Html Css Color HEX #E79D7A Dark Salmon

📋 copy color: '#E79D7A'

red 231 ◦ green 157 ◦ blue 122

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

Shades of Dark Salmon #E79D7A

Tints of Dark Salmon #E79D7A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.78%

 BLUE value IS 122 (48.05% from 255) = 23.92%

R = 45.29%
G = 30.78%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E79D7A (or 0xE79D7A) is known color: Dark Salmon. HEX triplet: E7, 9D and 7A. RGB value is (231,157,122). Sum of RGB (Red+Green+Blue) = 231+157+122=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E79D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79D7A is #186285. Grayscale: #AFAFAF. Windows color (decimal): -1598086 or 8035815. OLE color: 8035815.

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

Color convert

RGB 231 157 122 -
CMYK 0 0.32 0.47 0.09
HSL 19.27º 0.69% 0.69% -
HSV(B) 19.27º 0.47% 0.91% -
XYZ 48.52 42.51 24.06 -
YUV 175.14 98.02 167.85 -
System Red Green Blue C M Y K H S L
Decimal 231 157 122 0 0.32 0.47 0.09 19.27 0.69 0.69
Hex E7 9D 7A 0 20 2F 9 13 45 45
Octal 347 235 172 0 40 57 11 23 105 105
Binary 11100111 10011101 1111010 0 100000 101111 1001 10011 1000101 1000101

Color Harmonies of #E79D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79D7A

Black with #E79D7A

Text Example


Text Example

White with #E79D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79D7A; }

 p { color: rgb(231,157,122); }

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

background-color css

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

 a { background-color: rgb(231,157,122); }

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

border-color css

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

 span { border-color: rgb(231,157,122); }

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