#96787D

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

Shades of Turkish Rose #96787D

Tints of Turkish Rose #96787D

Color information

#96787D (or 0x96787D) is unknown color: approx Turkish Rose. HEX triplet: 96, 78 and 7D. RGB value is (150,120,125). Sum of RGB (Red+Green+Blue) = 150+120+125=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96787D is #698782. Grayscale: #818181. Windows color (decimal): -6915971 or 8222870. OLE color: 8222870.

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

Color convert

RGB150120125-
CMYK00.200.170.41
HSL350º12.5%52.94%-
HSV(B)350º20%58.82%-
XYZ2321.422.32-
YUV129.54125.44142.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=37.97%
G=30.38%
B=31.65%

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
Decimal15012012500.200.170.4135012.552.94
Hex96787D014112915ed35
Octal22617017502421515361565
Binary1001011011110001111101010100100011010011010111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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