#96797A

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

Shades of Turkish Rose #96797A

Tints of Turkish Rose #96797A

Color information

#96797A (or 0x96797A) is unknown color: approx Turkish Rose. HEX triplet: 96, 79 and 7A. RGB value is (150,121,122). Sum of RGB (Red+Green+Blue) = 150+121+122=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 121 (47.66% from 255 or 30.79% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96797A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96797A is #698685. Grayscale: #818181. Windows color (decimal): -6915718 or 8026518. OLE color: 8026518.

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

Color convert

RGB150121122-
CMYK00.190.190.41
HSL357.93º12.13%53.14%-
HSV(B)357.93º19.33%58.82%-
XYZ22.9321.5621.37-
YUV129.79123.61142.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 121 (47.66% from 255) = 30.79%
BLUE value IS 122 (48.05% from 255) = 31.04%
R=38.17%
G=30.79%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012112200.190.190.41357.9312.1353.14
Hex96797A0131329166c35
Octal22617117202323515461465
Binary1001011011110011111010010011100111010011011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96797A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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