#9E7879

Color #9E7879 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #9E7879

Tints of Turkish Rose #9E7879

Color information

#9E7879 (or 0x9E7879) is unknown color: approx Turkish Rose. HEX triplet: 9E, 78 and 79. RGB value is (158,120,121). Sum of RGB (Red+Green+Blue) = 158+120+121=399 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.60% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7879 is #618786. Grayscale: #838383. Windows color (decimal): -6391687 or 7960734. OLE color: 7960734.

HSL color Cylindrical-coordinate representation of color #9E7879: hue angle of 358.42º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E7879 is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB158120121-
CMYK00.240.230.38
HSL358.42º16.38%54.51%-
HSV(B)358.42º24.05%61.96%-
XYZ24.2722.0821.07-
YUV131.48122.09146.92-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.60%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 121 (47.66% from 255) = 30.33%
R=39.60%
G=30.08%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812012100.240.230.38358.4216.3854.51
Hex9E787901817261661037
Octal23617017103027465462067
Binary10011110111100011110010110001011110011010110011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E7879; }

 p { color: rgb(158,120,121); }

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

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

 a { background-color: rgb(158,120,121); }

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

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

 span { border-color: rgb(158,120,121); }

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