#FF7776

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

Shades of Salmon #FF7776

Tints of Salmon #FF7776

Color information

#FF7776 (or 0xFF7776) is unknown color: approx Salmon. HEX triplet: FF, 77 and 76. RGB value is (255,119,118). Sum of RGB (Red+Green+Blue) = 255+119+118=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7776 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7776 is #008889. Grayscale: #9F9F9F. Windows color (decimal): -34954 or 7763967. OLE color: 7763967.

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

Color convert

RGB255119118-
CMYK00.530.540
HSL0.44º100%73.14%-
HSV(B)0.44º53.73%100%-
XYZ51.1135.7621.35-
YUV159.55104.56196.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 119 (46.88% from 255) = 24.19%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=51.83%
G=24.19%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511911800.530.5400.4410073.14
HexFF777603536006449
Octal3771671660656600144111
Binary111111111110111111011001101011101100011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7776; }

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

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

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

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

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

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

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

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