#96777F

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

Shades of Venus #96777F

Tints of Venus #96777F

Color information

#96777F (or 0x96777F) is unknown color: approx Venus. HEX triplet: 96, 77 and 7F. RGB value is (150,119,127). Sum of RGB (Red+Green+Blue) = 150+119+127=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #96777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96777F is #698880. Grayscale: #818181. Windows color (decimal): -6916225 or 8353686. OLE color: 8353686.

HSL color Cylindrical-coordinate representation of color #96777F: hue angle of 344.52º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96777F is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150119127-
CMYK00.210.150.41
HSL344.52º12.86%52.75%-
HSV(B)344.52º20.67%58.82%-
XYZ23.0121.2122.96-
YUV129.18126.77142.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 119 (46.88% from 255) = 30.05%
BLUE value IS 127 (50% from 255) = 32.07%
R=37.88%
G=30.05%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011912700.210.150.41344.5212.8652.75
Hex96777F015F29159d35
Octal22616717702517515311565
Binary100101101110111111111101010111111010011010110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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