#9E7077

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

Shades of Turkish Rose #9E7077

Tints of Turkish Rose #9E7077

Color information

#9E7077 (or 0x9E7077) is unknown color: approx Turkish Rose. HEX triplet: 9E, 70 and 77. RGB value is (158,112,119). Sum of RGB (Red+Green+Blue) = 158+112+119=389 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.62% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7077 is #618F88. Grayscale: #7E7E7E. Windows color (decimal): -6393737 or 7827614. OLE color: 7827614.

HSL color Cylindrical-coordinate representation of color #9E7077: hue angle of 350.87º 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 #9E7077 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB158112119-
CMYK00.290.250.38
HSL350.87º19.17%52.94%-
HSV(B)350.87º29.11%61.96%-
XYZ23.2220.1920.13-
YUV126.55123.74150.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.62%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 119 (46.88% from 255) = 30.59%
R=40.62%
G=28.79%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811211900.290.250.38350.8719.1752.94
Hex9E707701D192615f1335
Octal23616016703531465372365
Binary10011110111000011101110111011100110011010101111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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