#96777E

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

Shades of Venus #96777E

Tints of Venus #96777E

Color information

#96777E (or 0x96777E) is unknown color: approx Venus. HEX triplet: 96, 77 and 7E. RGB value is (150,119,126). Sum of RGB (Red+Green+Blue) = 150+119+126=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96777E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96777E is #698881. Grayscale: #818181. Windows color (decimal): -6916226 or 8288150. OLE color: 8288150.

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

Color convert

RGB150119126-
CMYK00.210.160.41
HSL346.45º12.86%52.75%-
HSV(B)346.45º20.67%58.82%-
XYZ22.9421.1822.62-
YUV129.07126.27142.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 119 (46.88% from 255) = 30.13%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=37.97%
G=30.13%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011912600.210.160.41346.4512.8652.75
Hex96777E015102915ad35
Octal22616717602520515321565
Binary1001011011101111111110010101100001010011010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96777E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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