#96797E

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

Shades of Venus #96797E

Tints of Venus #96797E

Color information

#96797E (or 0x96797E) is unknown color: approx Venus. HEX triplet: 96, 79 and 7E. RGB value is (150,121,126). Sum of RGB (Red+Green+Blue) = 150+121+126=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 121 (47.66% from 255 or 30.48% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #96797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96797E is #698681. Grayscale: #828282. Windows color (decimal): -6915714 or 8288662. OLE color: 8288662.

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

Color convert

RGB150121126-
CMYK00.190.160.41
HSL349.66º12.13%53.14%-
HSV(B)349.66º19.33%58.82%-
XYZ23.1821.6722.7-
YUV130.24125.61142.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 121 (47.66% from 255) = 30.48%
BLUE value IS 126 (49.61% from 255) = 31.74%
R=37.78%
G=30.48%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012112600.190.160.41349.6612.1353.14
Hex96797E013102915ec35
Octal22617117602320515361465
Binary1001011011110011111110010011100001010011010111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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