#96707B

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

Shades of Venus #96707B

Tints of Venus #96707B

Color information

#96707B (or 0x96707B) is unknown color: approx Venus. HEX triplet: 96, 70 and 7B. RGB value is (150,112,123). Sum of RGB (Red+Green+Blue) = 150+112+123=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #96707B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96707B is #698F84. Grayscale: #7C7C7C. Windows color (decimal): -6918021 or 8089750. OLE color: 8089750.

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

Color convert

RGB150112123-
CMYK00.250.180.41
HSL342.63º15.32%51.37%-
HSV(B)342.63º25.33%58.82%-
XYZ21.9519.521.35-
YUV124.62127.09146.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.96%
GREEN value IS 112 (44.14% from 255) = 29.09%
BLUE value IS 123 (48.44% from 255) = 31.95%
R=38.96%
G=29.09%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011212300.250.180.41342.6315.3251.37
Hex96707B0191229157f33
Octal22616017303122515271763
Binary1001011011100001111011011001100101010011010101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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