Html Css Color HEX #E78D7A Dark Salmon

📋 copy color: '#E78D7A'

red 231 ◦ green 141 ◦ blue 122

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

Shades of Dark Salmon #E78D7A

Tints of Dark Salmon #E78D7A

RGB

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

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

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

R = 46.76%
G = 28.54%
B = 24.7%

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

#E78D7A (or 0xE78D7A) is known color: Dark Salmon. HEX triplet: E7, 8D and 7A. RGB value is (231,141,122). Sum of RGB (Red+Green+Blue) = 231+141+122=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 141 (55.47% from 255 or 28.54% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D7A is #187285. Grayscale: #A5A5A5. Windows color (decimal): -1602182 or 8031719. OLE color: 8031719.

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

Color convert

RGB 231 141 122 -
CMYK 0 0.39 0.47 0.09
HSL 10.46º 0.69% 0.69% -
HSV(B) 10.46º 0.47% 0.91% -
XYZ 45.99 37.44 23.22 -
YUV 165.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 231 141 122 0 0.39 0.47 0.09 10.46 0.69 0.69
Hex E7 8D 7A 0 27 2F 9 A 45 45
Octal 347 215 172 0 47 57 11 12 105 105
Binary 11100111 10001101 1111010 0 100111 101111 1001 1010 1000101 1000101

Color Harmonies of #E78D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78D7A

Black with #E78D7A

Text Example


Text Example

White with #E78D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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