#9B787F

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

Shades of Turkish Rose #9B787F

Tints of Turkish Rose #9B787F

Color information

#9B787F (or 0x9B787F) is unknown color: approx Turkish Rose. HEX triplet: 9B, 78 and 7F. RGB value is (155,120,127). Sum of RGB (Red+Green+Blue) = 155+120+127=402 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.56% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 127 (50% from 255 or 31.59% from 402); Max value from RGB is 155 - color contains mainly: red. Hex color #9B787F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B787F is #648780. Grayscale: #838383. Windows color (decimal): -6588289 or 8353947. OLE color: 8353947.

HSL color Cylindrical-coordinate representation of color #9B787F: hue angle of 348º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9B787F is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB155120127-
CMYK00.230.180.39
HSL348º14.89%53.92%-
HSV(B)348º22.58%60.78%-
XYZ24.0621.9323.04-
YUV131.26125.6144.93-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.56%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 127 (50% from 255) = 31.59%
R=38.56%
G=29.85%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512012700.230.180.3934814.8953.92
Hex9B787F017122715cf36
Octal23317017702722475341766
Binary1001101111110001111111010111100101001111010111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B787F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,120,127); }

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

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

 a { background-color: rgb(155,120,127); }

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

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

 span { border-color: rgb(155,120,127); }

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