#9E7075

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

Shades of Turkish Rose #9E7075

Tints of Turkish Rose #9E7075

Color information

#9E7075 (or 0x9E7075) is unknown color: approx Turkish Rose. HEX triplet: 9E, 70 and 75. RGB value is (158,112,117). Sum of RGB (Red+Green+Blue) = 158+112+117=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7075 is #618F8A. Grayscale: #7E7E7E. Windows color (decimal): -6393739 or 7696542. OLE color: 7696542.

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

Color convert

RGB158112117-
CMYK00.290.260.38
HSL353.48º19.17%52.94%-
HSV(B)353.48º29.11%61.96%-
XYZ23.1120.1419.5-
YUV126.32122.74150.59-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.83%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 117 (46.09% from 255) = 30.23%
R=40.83%
G=28.94%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811211700.290.260.38353.4819.1752.94
Hex9E707501D1A261611335
Octal23616016503532465412365
Binary10011110111000011101010111011101010011010110000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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