#96787C

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

Shades of Turkish Rose #96787C

Tints of Turkish Rose #96787C

Color information

#96787C (or 0x96787C) is unknown color: approx Turkish Rose. HEX triplet: 96, 78 and 7C. RGB value is (150,120,124). Sum of RGB (Red+Green+Blue) = 150+120+124=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #96787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96787C is #698783. Grayscale: #818181. Windows color (decimal): -6915972 or 8157334. OLE color: 8157334.

HSL color Cylindrical-coordinate representation of color #96787C: hue angle of 352º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96787C is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB150120124-
CMYK00.200.170.41
HSL352º12.5%52.94%-
HSV(B)352º20%58.82%-
XYZ22.9321.3721.99-
YUV129.43124.94142.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 120 (47.27% from 255) = 30.46%
BLUE value IS 124 (48.83% from 255) = 31.47%
R=38.07%
G=30.46%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012012400.200.170.4135212.552.94
Hex96787C0141129160d35
Octal22617017402421515401565
Binary1001011011110001111100010100100011010011011000001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96787C; }

 p { color: rgb(150,120,124); }

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

<style>
 a { background-color: #96787C; }

 a { background-color: rgb(150,120,124); }

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

<style>
 span { border-color: #96787C; }

 span { border-color: rgb(150,120,124); }

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