#9E8788

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

Shades of Turkish Rose #9E8788

Tints of Turkish Rose #9E8788

Color information

#9E8788 (or 0x9E8788) is unknown color: approx Turkish Rose. HEX triplet: 9E, 87 and 88. RGB value is (158,135,136). Sum of RGB (Red+Green+Blue) = 158+135+136=429 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.83% from 429); Green value is 135 (53.12% from 255 or 31.47% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E8788 is #617877. Grayscale: #8E8E8E. Windows color (decimal): -6387832 or 8947614. OLE color: 8947614.

HSL color Cylindrical-coordinate representation of color #9E8788: hue angle of 357.39º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9E8788 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB158135136-
CMYK00.150.140.38
HSL357.39º10.6%57.45%-
HSV(B)357.39º14.56%61.96%-
XYZ27.2126.3726.95-
YUV141.99124.62139.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.83%
GREEN value IS 135 (53.12% from 255) = 31.47%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=36.83%
G=31.47%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813513600.150.140.38357.3910.657.45
Hex9E87880FE26165b39
Octal23620721001716465451371
Binary1001111010000111100010000111111101001101011001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,135,136); }

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

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

 a { background-color: rgb(158,135,136); }

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

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

 span { border-color: rgb(158,135,136); }

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