#FF7D76

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

Shades of Salmon #FF7D76

Tints of Salmon #FF7D76

Color information

#FF7D76 (or 0xFF7D76) is unknown color: approx Salmon. HEX triplet: FF, 7D and 76. RGB value is (255,125,118). Sum of RGB (Red+Green+Blue) = 255+125+118=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 118 (46.48% from 255 or 23.69% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7D76 is #008289. Grayscale: #A3A3A3. Windows color (decimal): -33418 or 7765503. OLE color: 7765503.

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

Color convert

RGB255125118-
CMYK00.510.540
HSL3.07º100%73.14%-
HSV(B)3.07º53.73%100%-
XYZ51.8437.2421.59-
YUV163.07102.57193.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 118 (46.48% from 255) = 23.69%
R=51.20%
G=25.10%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512511800.510.5403.0710073.14
HexFF7D7603336036449
Octal3771751660636603144111
Binary1111111111111011110110011001111011001111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7D76; }

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

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

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

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

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

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

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

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