Html Css Color HEX #E79B72 Dark Salmon

📋 copy color: '#E79B72'

red 231 ◦ green 155 ◦ blue 114

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

Shades of Dark Salmon #E79B72

Tints of Dark Salmon #E79B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.8%

R = 46.2%
G = 31%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E79B72 (or 0xE79B72) is known color: Dark Salmon. HEX triplet: E7, 9B and 72. RGB value is (231,155,114). Sum of RGB (Red+Green+Blue) = 231+155+114=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 155 (60.94% from 255 or 31% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79B72 is #18648D. Grayscale: #ADADAD. Windows color (decimal): -1598606 or 7511015. OLE color: 7511015.

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

Color convert

RGB 231 155 114 -
CMYK 0 0.33 0.51 0.09
HSL 21.03º 0.71% 0.68% -
HSV(B) 21.03º 0.51% 0.91% -
XYZ 47.71 41.65 21.44 -
YUV 173.05 94.68 169.33 -
System Red Green Blue C M Y K H S L
Decimal 231 155 114 0 0.33 0.51 0.09 21.03 0.71 0.68
Hex E7 9B 72 0 21 33 9 15 47 44
Octal 347 233 162 0 41 63 11 25 107 104
Binary 11100111 10011011 1110010 0 100001 110011 1001 10101 1000111 1000100

Color Harmonies of #E79B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79B72

Black with #E79B72

Text Example


Text Example

White with #E79B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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