#FF7D77

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

Shades of Salmon #FF7D77

Tints of Salmon #FF7D77

Color information

#FF7D77 (or 0xFF7D77) is unknown color: approx Salmon. HEX triplet: FF, 7D and 77. RGB value is (255,125,119). Sum of RGB (Red+Green+Blue) = 255+125+119=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 125 (49.22% from 255 or 25.05% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D77 is #008288. Grayscale: #A3A3A3. Windows color (decimal): -33417 or 7831039. OLE color: 7831039.

HSL color Cylindrical-coordinate representation of color #FF7D77: hue angle of 2.65º 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 #FF7D77 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.

Color convert

RGB255125119-
CMYK00.510.530
HSL2.65º100%73.33%-
HSV(B)2.65º53.33%100%-
XYZ51.937.2621.91-
YUV163.19103.07193.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.10%
GREEN value IS 125 (49.22% from 255) = 25.05%
BLUE value IS 119 (46.88% from 255) = 23.85%
R=51.10%
G=25.05%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512511900.510.5302.6510073.33
HexFF7D7703335036449
Octal3771751670636503144111
Binary1111111111111011110111011001111010101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D77; }

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

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

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

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

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

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

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

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