#96767E

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

Shades of Venus #96767E

Tints of Venus #96767E

Color information

#96767E (or 0x96767E) is unknown color: approx Venus. HEX triplet: 96, 76 and 7E. RGB value is (150,118,126). Sum of RGB (Red+Green+Blue) = 150+118+126=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #96767E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96767E is #698981. Grayscale: #808080. Windows color (decimal): -6916482 or 8287894. OLE color: 8287894.

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

Color convert

RGB150118126-
CMYK00.210.160.41
HSL345º13.22%52.55%-
HSV(B)345º21.33%58.82%-
XYZ22.8220.9522.58-
YUV128.48126.6143.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.07%
GREEN value IS 118 (46.48% from 255) = 29.95%
BLUE value IS 126 (49.61% from 255) = 31.98%
R=38.07%
G=29.95%
B=31.98%

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
Decimal15011812600.210.160.4134513.2252.55
Hex96767E0151029159d35
Octal22616617602520515311565
Binary1001011011101101111110010101100001010011010110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96767E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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