#96767D

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

Shades of Venus #96767D

Tints of Venus #96767D

Color information

#96767D (or 0x96767D) is unknown color: approx Venus. HEX triplet: 96, 76 and 7D. RGB value is (150,118,125). Sum of RGB (Red+Green+Blue) = 150+118+125=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 118 (46.48% from 255 or 30.03% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96767D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96767D is #698982. Grayscale: #808080. Windows color (decimal): -6916483 or 8222358. OLE color: 8222358.

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

Color convert

RGB150118125-
CMYK00.210.170.41
HSL346.88º13.22%52.55%-
HSV(B)346.88º21.33%58.82%-
XYZ22.7620.9222.24-
YUV128.37126.1143.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 118 (46.48% from 255) = 30.03%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=38.17%
G=30.03%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011812500.210.170.41346.8813.2252.55
Hex96767D015112915bd35
Octal22616617502521515331565
Binary1001011011101101111101010101100011010011010110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96767D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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