#FF776C

Color #FF776C Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FF776C

Tints of Salmon #FF776C

Color information

#FF776C (or 0xFF776C) is unknown color: approx Salmon. HEX triplet: FF, 77 and 6C. RGB value is (255,119,108). Sum of RGB (Red+Green+Blue) = 255+119+108=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF776C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF776C is #008893. Grayscale: #9E9E9E. Windows color (decimal): -34964 or 7108607. OLE color: 7108607.

HSL color Cylindrical-coordinate representation of color #FF776C: hue angle of 4.49º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF776C is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB255119108-
CMYK00.530.580
HSL4.49º100%71.18%-
HSV(B)4.49º57.65%100%-
XYZ50.5435.5418.38-
YUV158.4199.56196.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 119 (46.88% from 255) = 24.69%
BLUE value IS 108 (42.58% from 255) = 22.41%
R=52.90%
G=24.69%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511910800.530.5804.4910071.18
HexFF776C0353A046447
Octal3771671540657204144107
Binary11111111111011111011000110101111010010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF776C; }

 p { color: rgb(255,119,108); }

 H1.HeaderClassName
 {
   color: #FF776C;
 }
 .AnyTagClassName
 {
   color: #FF776C;
 }
</style>
background-color css

<style>
 a { background-color: #FF776C; }

 a { background-color: rgb(255,119,108); }

 div.DivClassName
 {
   background-color: #FF776C;
 }
 .BgClassName
 {
   background-color: #FF776C;
 }
</style>
border-color css

<style>
 span { border-color: #FF776C; }

 span { border-color: rgb(255,119,108); }

 td.TdClassName
 {
   border-color: #FF776C;
 }
 .TagClassName
 {
   border-color: #FF776C;
 }
</style>