#E79778

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

Shades of Dark Salmon #E79778

Tints of Dark Salmon #E79778

Color information

#E79778 (or 0xE79778) is unknown color: approx Dark Salmon. HEX triplet: E7, 97 and 78. RGB value is (231,151,120). Sum of RGB (Red+Green+Blue) = 231+151+120=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 120 (47.27% from 255 or 23.90% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E79778 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79778 is #186887. Grayscale: #ABABAB. Windows color (decimal): -1599624 or 7903207. OLE color: 7903207.

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

Color convert

RGB231151120-
CMYK00.350.480.09
HSL16.76º69.81%68.82%-
HSV(B)16.76º48.05%90.59%-
XYZ47.4140.4823.08-
YUV171.3999170.52-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.02%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 120 (47.27% from 255) = 23.90%
R=46.02%
G=30.08%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23115112000.350.480.0916.7669.8168.82
HexE79778023309114645
Octal347227170043601121106105
Binary11100111100101111111000010001111000010011000110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79778; }

 p { color: rgb(231,151,120); }

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

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

 a { background-color: rgb(231,151,120); }

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

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

 span { border-color: rgb(231,151,120); }

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