#E78F76

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

Shades of Dark Salmon #E78F76

Tints of Dark Salmon #E78F76

Color information

#E78F76 (or 0xE78F76) is unknown color: approx Dark Salmon. HEX triplet: E7, 8F and 76. RGB value is (231,143,118). Sum of RGB (Red+Green+Blue) = 231+143+118=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78F76 is #187089. Grayscale: #A6A6A6. Windows color (decimal): -1601674 or 7770087. OLE color: 7770087.

HSL color Cylindrical-coordinate representation of color #E78F76: hue angle of 13.27º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E78F76 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB231143118-
CMYK00.380.490.09
HSL13.27º70.19%68.43%-
HSV(B)13.27º48.92%90.59%-
XYZ46.0537.9422.04-
YUV166.46100.65174.03-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.95%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 118 (46.48% from 255) = 23.98%
R=46.95%
G=29.07%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114311800.380.490.0913.2770.1968.43
HexE78F76026319d4644
Octal347217166046611115106104
Binary1110011110001111111011001001101100011001110110001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78F76; }

 p { color: rgb(231,143,118); }

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

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

 a { background-color: rgb(231,143,118); }

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

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

 span { border-color: rgb(231,143,118); }

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