Html Css Color HEX #E78C7A Dark Salmon

📋 copy color: '#E78C7A'

red 231 ◦ green 140 ◦ blue 122

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

Shades of Dark Salmon #E78C7A

Tints of Dark Salmon #E78C7A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.4%

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

R = 46.86%
G = 28.4%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E78C7A (or 0xE78C7A) is known color: Dark Salmon. HEX triplet: E7, 8C and 7A. RGB value is (231,140,122). Sum of RGB (Red+Green+Blue) = 231+140+122=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78C7A is #187385. Grayscale: #A5A5A5. Windows color (decimal): -1602438 or 8031463. OLE color: 8031463.

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

Color convert

RGB 231 140 122 -
CMYK 0 0.39 0.47 0.09
HSL 9.91º 0.69% 0.69% -
HSV(B) 9.91º 0.47% 0.91% -
XYZ 45.85 37.15 23.17 -
YUV 165.16 103.65 174.96 -
System Red Green Blue C M Y K H S L
Decimal 231 140 122 0 0.39 0.47 0.09 9.91 0.69 0.69
Hex E7 8C 7A 0 27 2F 9 A 45 45
Octal 347 214 172 0 47 57 11 12 105 105
Binary 11100111 10001100 1111010 0 100111 101111 1001 1010 1000101 1000101

Color Harmonies of #E78C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78C7A

Black with #E78C7A

Text Example


Text Example

White with #E78C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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