#967C82

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

Shades of Venus #967C82

Tints of Venus #967C82

Color information

#967C82 (or 0x967C82) is unknown color: approx Venus. HEX triplet: 96, 7C and 82. RGB value is (150,124,130). Sum of RGB (Red+Green+Blue) = 150+124+130=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 124 (48.83% from 255 or 30.69% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 150 - color contains mainly: red. Hex color #967C82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967C82 is #69837D. Grayscale: #848484. Windows color (decimal): -6914942 or 8551574. OLE color: 8551574.

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

Color convert

RGB150124130-
CMYK00.170.130.41
HSL346.15º11.02%53.73%-
HSV(B)346.15º17.33%58.82%-
XYZ23.8122.5124.21-
YUV132.46126.61140.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.13%
GREEN value IS 124 (48.83% from 255) = 30.69%
BLUE value IS 130 (51.17% from 255) = 32.18%
R=37.13%
G=30.69%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012413000.170.130.41346.1511.0253.73
Hex967C82011D2915ab36
Octal22617420202115515321366
Binary1001011011111001000001001000111011010011010110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,124,130); }

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

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

 a { background-color: rgb(150,124,130); }

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

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

 span { border-color: rgb(150,124,130); }

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