#96707C

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

Shades of Venus #96707C

Tints of Venus #96707C

Color information

#96707C (or 0x96707C) is unknown color: approx Venus. HEX triplet: 96, 70 and 7C. RGB value is (150,112,124). Sum of RGB (Red+Green+Blue) = 150+112+124=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #96707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96707C is #698F83. Grayscale: #7C7C7C. Windows color (decimal): -6918020 or 8155286. OLE color: 8155286.

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

Color convert

RGB150112124-
CMYK00.250.170.41
HSL341.05º15.32%51.37%-
HSV(B)341.05º25.33%58.82%-
XYZ22.0119.5321.68-
YUV124.73127.59146.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 112 (44.14% from 255) = 29.02%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=38.86%
G=29.02%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011212400.250.170.41341.0515.3251.37
Hex96707C0191129155f33
Octal22616017403121515251763
Binary1001011011100001111100011001100011010011010101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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