#96797C

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

Shades of Turkish Rose #96797C

Tints of Turkish Rose #96797C

Color information

#96797C (or 0x96797C) is unknown color: approx Turkish Rose. HEX triplet: 96, 79 and 7C. RGB value is (150,121,124). Sum of RGB (Red+Green+Blue) = 150+121+124=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96797C is #698683. Grayscale: #828282. Windows color (decimal): -6915716 or 8157590. OLE color: 8157590.

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

Color convert

RGB150121124-
CMYK00.190.170.41
HSL353.79º12.13%53.14%-
HSV(B)353.79º19.33%58.82%-
XYZ23.0521.6122.03-
YUV130.01124.61142.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 121 (47.66% from 255) = 30.63%
BLUE value IS 124 (48.83% from 255) = 31.39%
R=37.97%
G=30.63%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012112400.190.170.41353.7912.1353.14
Hex96797C0131129162c35
Octal22617117402321515421465
Binary1001011011110011111100010011100011010011011000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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