#96797F

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

Shades of Venus #96797F

Tints of Venus #96797F

Color information

#96797F (or 0x96797F) is unknown color: approx Venus. HEX triplet: 96, 79 and 7F. RGB value is (150,121,127). Sum of RGB (Red+Green+Blue) = 150+121+127=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #96797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96797F is #698680. Grayscale: #828282. Windows color (decimal): -6915713 or 8354198. OLE color: 8354198.

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

Color convert

RGB150121127-
CMYK00.190.150.41
HSL347.59º12.13%53.14%-
HSV(B)347.59º19.33%58.82%-
XYZ23.2521.6923.04-
YUV130.36126.11142.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 121 (47.66% from 255) = 30.40%
BLUE value IS 127 (50% from 255) = 31.91%
R=37.69%
G=30.40%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012112700.190.150.41347.5912.1353.14
Hex96797F013F2915cc35
Octal22617117702317515341465
Binary100101101111001111111101001111111010011010111001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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