Html Css Color HEX #E7977E Dark Salmon

📋 copy color: '#E7977E'

red 231 ◦ green 151 ◦ blue 126

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

Shades of Dark Salmon #E7977E

Tints of Dark Salmon #E7977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.72%

 BLUE value IS 126 (49.61% from 255) = 24.8%

R = 45.47%
G = 29.72%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7977E (or 0xE7977E) is known color: Dark Salmon. HEX triplet: E7, 97 and 7E. RGB value is (231,151,126). Sum of RGB (Red+Green+Blue) = 231+151+126=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 126 (49.61% from 255 or 24.80% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7977E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7977E is #186881. Grayscale: #ACACAC. Windows color (decimal): -1599618 or 8296423. OLE color: 8296423.

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

Color convert

RGB 231 151 126 -
CMYK 0 0.35 0.45 0.09
HSL 14.29º 0.69% 0.7% -
HSV(B) 14.29º 0.45% 0.91% -
XYZ 47.79 40.63 25.06 -
YUV 172.07 102 170.03 -
System Red Green Blue C M Y K H S L
Decimal 231 151 126 0 0.35 0.45 0.09 14.29 0.69 0.7
Hex E7 97 7E 0 23 2D 9 E 45 46
Octal 347 227 176 0 43 55 11 16 105 106
Binary 11100111 10010111 1111110 0 100011 101101 1001 1110 1000101 1000110

Color Harmonies of #E7977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7977E

Black with #E7977E

Text Example


Text Example

White with #E7977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7977E; }

 p { color: rgb(231,151,126); }

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

background-color css

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

 a { background-color: rgb(231,151,126); }

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

border-color css

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

 span { border-color: rgb(231,151,126); }

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