#96797B

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

Shades of Turkish Rose #96797B

Tints of Turkish Rose #96797B

Color information

#96797B (or 0x96797B) is unknown color: approx Turkish Rose. HEX triplet: 96, 79 and 7B. RGB value is (150,121,123). Sum of RGB (Red+Green+Blue) = 150+121+123=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 121 (47.66% from 255 or 30.71% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #96797B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96797B is #698684. Grayscale: #818181. Windows color (decimal): -6915717 or 8092054. OLE color: 8092054.

HSL color Cylindrical-coordinate representation of color #96797B: hue angle of 355.86º 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 #96797B is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB150121123-
CMYK00.190.180.41
HSL355.86º12.13%53.14%-
HSV(B)355.86º19.33%58.82%-
XYZ22.9921.5921.69-
YUV129.9124.11142.34-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 121 (47.66% from 255) = 30.71%
BLUE value IS 123 (48.44% from 255) = 31.22%
R=38.07%
G=30.71%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012112300.190.180.41355.8612.1353.14
Hex96797B0131229164c35
Octal22617117302322515441465
Binary1001011011110011111011010011100101010011011001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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