#9F8789

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

Shades of Turkish Rose #9F8789

Tints of Turkish Rose #9F8789

Color information

#9F8789 (or 0x9F8789) is unknown color: approx Turkish Rose. HEX triplet: 9F, 87 and 89. RGB value is (159,135,137). Sum of RGB (Red+Green+Blue) = 159+135+137=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F8789 is #607876. Grayscale: #8E8E8E. Windows color (decimal): -6322295 or 9013151. OLE color: 9013151.

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

Color convert

RGB159135137-
CMYK00.150.140.38
HSL355º11.11%57.65%-
HSV(B)355º15.09%62.35%-
XYZ27.4826.5127.33-
YUV142.4124.95139.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 135 (53.12% from 255) = 31.32%
BLUE value IS 137 (53.91% from 255) = 31.79%
R=36.89%
G=31.32%
B=31.79%

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
Decimal15913513700.150.140.3835511.1157.65
Hex9F87890FE26163b3a
Octal23720721101716465431372
Binary1001111110000111100010010111111101001101011000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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