#967D80

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

Shades of Venus #967D80

Tints of Venus #967D80

Color information

#967D80 (or 0x967D80) is unknown color: approx Venus. HEX triplet: 96, 7D and 80. RGB value is (150,125,128). Sum of RGB (Red+Green+Blue) = 150+125+128=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 150 - color contains mainly: red. Hex color #967D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967D80 is #69827F. Grayscale: #848484. Windows color (decimal): -6914688 or 8420758. OLE color: 8420758.

HSL color Cylindrical-coordinate representation of color #967D80: hue angle of 352.8º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #967D80 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150125128-
CMYK00.170.150.41
HSL352.8º10.64%53.92%-
HSV(B)352.8º16.67%58.82%-
XYZ23.8122.7123.55-
YUV132.82125.28140.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.22%
GREEN value IS 125 (49.22% from 255) = 31.02%
BLUE value IS 128 (50.39% from 255) = 31.76%
R=37.22%
G=31.02%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012512800.170.150.41352.810.6453.92
Hex967D80011F29161b36
Octal22617520002117515411366
Binary1001011011111011000000001000111111010011011000011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967D80; }

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

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

<style>
 a { background-color: #967D80; }

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

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

<style>
 span { border-color: #967D80; }

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

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