#FF7777

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

Shades of Salmon #FF7777

Tints of Salmon #FF7777

Color information

#FF7777 (or 0xFF7777) is unknown color: approx Salmon. HEX triplet: FF, 77 and 77. RGB value is (255,119,119). Sum of RGB (Red+Green+Blue) = 255+119+119=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7777 is #008888. Grayscale: #9F9F9F. Windows color (decimal): -34953 or 7829503. OLE color: 7829503.

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

Color convert

RGB255119119-
CMYK00.530.530
HSL100%73.33%-
HSV(B)53.33%100%-
XYZ51.1735.7921.66-
YUV159.66105.06196-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.72%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=51.72%
G=24.14%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511911900.530.530010073.33
HexFF777703535006449
Octal3771671670656500144111
Binary111111111110111111011101101011101010011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7777; }

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

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

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

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

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

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

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

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