#E78D7B

Color #E78D7B Dark Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Salmon #E78D7B

Tints of Dark Salmon #E78D7B

Color information

#E78D7B (or 0xE78D7B) is unknown color: approx Dark Salmon. HEX triplet: E7, 8D and 7B. RGB value is (231,141,123). Sum of RGB (Red+Green+Blue) = 231+141+123=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 123 (48.44% from 255 or 24.85% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78D7B is #187284. Grayscale: #A6A6A6. Windows color (decimal): -1602181 or 8097255. OLE color: 8097255.

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

Color convert

RGB231141123-
CMYK00.390.470.09
HSL10º69.23%69.41%-
HSV(B)10º46.75%90.59%-
XYZ46.0637.4723.54-
YUV165.86103.82174.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.67%
GREEN value IS 141 (55.47% from 255) = 28.48%
BLUE value IS 123 (48.44% from 255) = 24.85%
R=46.67%
G=28.48%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114112300.390.470.091069.2369.41
HexE78D7B0272F9a4545
Octal347215173047571112105105
Binary1110011110001101111101101001111011111001101010001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78D7B; }

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

 H1.HeaderClassName
 {
   color: #E78D7B;
 }
 .AnyTagClassName
 {
   color: #E78D7B;
 }
</style>
background-color css

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

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

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

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

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

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