#9E7074

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

Shades of Turkish Rose #9E7074

Tints of Turkish Rose #9E7074

Color information

#9E7074 (or 0x9E7074) is unknown color: approx Turkish Rose. HEX triplet: 9E, 70 and 74. RGB value is (158,112,116). Sum of RGB (Red+Green+Blue) = 158+112+116=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7074 is #618F8B. Grayscale: #7E7E7E. Windows color (decimal): -6393740 or 7631006. OLE color: 7631006.

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

Color convert

RGB158112116-
CMYK00.290.270.38
HSL354.78º19.17%52.94%-
HSV(B)354.78º29.11%61.96%-
XYZ23.0520.1219.19-
YUV126.21122.24150.67-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.93%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=40.93%
G=29.02%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811211600.290.270.38354.7819.1752.94
Hex9E707401D1B261631335
Octal23616016403533465432365
Binary10011110111000011101000111011101110011010110001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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