#96767F

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

Shades of Venus #96767F

Tints of Venus #96767F

Color information

#96767F (or 0x96767F) is unknown color: approx Venus. HEX triplet: 96, 76 and 7F. RGB value is (150,118,127). Sum of RGB (Red+Green+Blue) = 150+118+127=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #96767F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96767F is #698980. Grayscale: #808080. Windows color (decimal): -6916481 or 8353430. OLE color: 8353430.

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

Color convert

RGB150118127-
CMYK00.210.150.41
HSL343.12º13.22%52.55%-
HSV(B)343.12º21.33%58.82%-
XYZ22.8920.9722.92-
YUV128.59127.1143.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 127 (50% from 255) = 32.15%
R=37.97%
G=29.87%
B=32.15%

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
Decimal15011812700.210.150.41343.1213.2252.55
Hex96767F015F29157d35
Octal22616617702517515271565
Binary100101101110110111111101010111111010011010101111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96767F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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