Html Css Color HEX #E79B7A Dark Salmon

📋 copy color: '#E79B7A'

red 231 ◦ green 155 ◦ blue 122

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

Shades of Dark Salmon #E79B7A

Tints of Dark Salmon #E79B7A

RGB

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

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

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

R = 45.47%
G = 30.51%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E79B7A (or 0xE79B7A) is known color: Dark Salmon. HEX triplet: E7, 9B and 7A. RGB value is (231,155,122). Sum of RGB (Red+Green+Blue) = 231+155+122=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 122 (48.05% from 255 or 24.02% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E79B7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E79B7A is #186485. Grayscale: #AEAEAE. Windows color (decimal): -1598598 or 8035303. OLE color: 8035303.

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

Color convert

RGB 231 155 122 -
CMYK 0 0.33 0.47 0.09
HSL 18.17º 0.69% 0.69% -
HSV(B) 18.17º 0.47% 0.91% -
XYZ 48.19 41.84 23.95 -
YUV 173.96 98.68 168.68 -
System Red Green Blue C M Y K H S L
Decimal 231 155 122 0 0.33 0.47 0.09 18.17 0.69 0.69
Hex E7 9B 7A 0 21 2F 9 12 45 45
Octal 347 233 172 0 41 57 11 22 105 105
Binary 11100111 10011011 1111010 0 100001 101111 1001 10010 1000101 1000101

Color Harmonies of #E79B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79B7A

Black with #E79B7A

Text Example


Text Example

White with #E79B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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