Html Css Color HEX #E79B76 Dark Salmon

📋 copy color: '#E79B76'

red 231 ◦ green 155 ◦ blue 118

#E79B76
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Salmon #E79B76

Tints of Dark Salmon #E79B76

RGB

 RED value IS 231 (90.63% from 255) = 45.83%

 GREEN value IS 155 (60.94% from 255) = 30.75%

 BLUE value IS 118 (46.48% from 255) = 23.41%

R = 45.83%
G = 30.75%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E79B76 (or 0xE79B76) is known color: Dark Salmon. HEX triplet: E7, 9B and 76. RGB value is (231,155,118). Sum of RGB (Red+Green+Blue) = 231+155+118=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79B76 is #186489. Grayscale: #ADADAD. Windows color (decimal): -1598602 or 7773159. OLE color: 7773159.

HSL color Cylindrical-coordinate representation of color #E79B76: hue angle of 19.65º 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 #E79B76 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 155 118 -
CMYK 0 0.33 0.49 0.09
HSL 19.65º 0.7% 0.68% -
HSV(B) 19.65º 0.49% 0.91% -
XYZ 47.95 41.74 22.67 -
YUV 173.51 96.68 169.01 -
System Red Green Blue C M Y K H S L
Decimal 231 155 118 0 0.33 0.49 0.09 19.65 0.7 0.68
Hex E7 9B 76 0 21 31 9 14 46 44
Octal 347 233 166 0 41 61 11 24 106 104
Binary 11100111 10011011 1110110 0 100001 110001 1001 10100 1000110 1000100

Color Harmonies of #E79B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79B76

Black with #E79B76

Text Example


Text Example

White with #E79B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79B76; }

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

 H1.HeaderClassName
 {
   color: #E79B76;
 }
 .AnyTagClassName
 {
   color: #E79B76;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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