Html Css Color HEX #E78C7B Dark Salmon

📋 copy color: '#E78C7B'

red 231 ◦ green 140 ◦ blue 123

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

Shades of Dark Salmon #E78C7B

Tints of Dark Salmon #E78C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.9%

R = 46.76%
G = 28.34%
B = 24.9%

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

#E78C7B (or 0xE78C7B) is known color: Dark Salmon. HEX triplet: E7, 8C and 7B. RGB value is (231,140,123). Sum of RGB (Red+Green+Blue) = 231+140+123=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E78C7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78C7B is #187384. Grayscale: #A5A5A5. Windows color (decimal): -1602437 or 8096999. OLE color: 8096999.

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

Color convert

RGB 231 140 123 -
CMYK 0 0.39 0.47 0.09
HSL 9.44º 0.69% 0.69% -
HSV(B) 9.44º 0.47% 0.91% -
XYZ 45.91 37.18 23.49 -
YUV 165.27 104.15 174.88 -
System Red Green Blue C M Y K H S L
Decimal 231 140 123 0 0.39 0.47 0.09 9.44 0.69 0.69
Hex E7 8C 7B 0 27 2F 9 9 45 45
Octal 347 214 173 0 47 57 11 11 105 105
Binary 11100111 10001100 1111011 0 100111 101111 1001 1001 1000101 1000101

Color Harmonies of #E78C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78C7B

Black with #E78C7B

Text Example


Text Example

White with #E78C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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