#96787A

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

Shades of Turkish Rose #96787A

Tints of Turkish Rose #96787A

Color information

#96787A (or 0x96787A) is unknown color: approx Turkish Rose. HEX triplet: 96, 78 and 7A. RGB value is (150,120,122). Sum of RGB (Red+Green+Blue) = 150+120+122=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #96787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96787A is #698785. Grayscale: #818181. Windows color (decimal): -6915974 or 8026262. OLE color: 8026262.

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

Color convert

RGB150120122-
CMYK00.200.190.41
HSL356º12.5%52.94%-
HSV(B)356º20%58.82%-
XYZ22.8121.3221.33-
YUV129.2123.94142.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.27%
GREEN value IS 120 (47.27% from 255) = 30.61%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=38.27%
G=30.61%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012012200.200.190.4135612.552.94
Hex96787A0141329164d35
Octal22617017202423515441565
Binary1001011011110001111010010100100111010011011001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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