Html Css Color HEX #E78D72 Dark Salmon

📋 copy color: '#E78D72'

red 231 ◦ green 141 ◦ blue 114

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

Shades of Dark Salmon #E78D72

Tints of Dark Salmon #E78D72

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.01%

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

R = 47.53%
G = 29.01%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E78D72 (or 0xE78D72) is known color: Dark Salmon. HEX triplet: E7, 8D and 72. RGB value is (231,141,114). Sum of RGB (Red+Green+Blue) = 231+141+114=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D72 is #18728D. Grayscale: #A5A5A5. Windows color (decimal): -1602190 or 7507431. OLE color: 7507431.

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

Color convert

RGB 231 141 114 -
CMYK 0 0.39 0.51 0.09
HSL 13.85º 0.71% 0.68% -
HSV(B) 13.85º 0.51% 0.91% -
XYZ 45.52 37.25 20.71 -
YUV 164.83 99.32 175.2 -
System Red Green Blue C M Y K H S L
Decimal 231 141 114 0 0.39 0.51 0.09 13.85 0.71 0.68
Hex E7 8D 72 0 27 33 9 E 47 44
Octal 347 215 162 0 47 63 11 16 107 104
Binary 11100111 10001101 1110010 0 100111 110011 1001 1110 1000111 1000100

Color Harmonies of #E78D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78D72

Black with #E78D72

Text Example


Text Example

White with #E78D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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