#9F8788

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

Shades of Turkish Rose #9F8788

Tints of Turkish Rose #9F8788

Color information

#9F8788 (or 0x9F8788) is unknown color: approx Turkish Rose. HEX triplet: 9F, 87 and 88. RGB value is (159,135,136). Sum of RGB (Red+Green+Blue) = 159+135+136=430 (56% of max value = 765). Red value is 159 (62.5% from 255 or 36.98% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8788 is #607877. Grayscale: #8E8E8E. Windows color (decimal): -6322296 or 8947615. OLE color: 8947615.

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

Color convert

RGB159135136-
CMYK00.150.140.38
HSL357.5º11.11%57.65%-
HSV(B)357.5º15.09%62.35%-
XYZ27.4126.4826.96-
YUV142.29124.45139.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.98%
GREEN value IS 135 (53.12% from 255) = 31.40%
BLUE value IS 136 (53.52% from 255) = 31.63%
R=36.98%
G=31.40%
B=31.63%

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
Decimal15913513600.150.140.38357.511.1157.65
Hex9F87880FE26166b3a
Octal23720721001716465461372
Binary1001111110000111100010000111111101001101011001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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