#9E7479

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

Shades of Turkish Rose #9E7479

Tints of Turkish Rose #9E7479

Color information

#9E7479 (or 0x9E7479) is unknown color: approx Turkish Rose. HEX triplet: 9E, 74 and 79. RGB value is (158,116,121). Sum of RGB (Red+Green+Blue) = 158+116+121=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7479 is #618B86. Grayscale: #818181. Windows color (decimal): -6392711 or 7959710. OLE color: 7959710.

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

Color convert

RGB158116121-
CMYK00.270.230.38
HSL352.86º17.8%53.73%-
HSV(B)352.86º26.58%61.96%-
XYZ23.821.1420.92-
YUV129.13123.41148.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 116 (45.70% from 255) = 29.37%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=40%
G=29.37%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811612100.270.230.38352.8617.853.73
Hex9E747901B17261611236
Octal23616417103327465412266
Binary10011110111010011110010110111011110011010110000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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