#967F84

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

Shades of Venus #967F84

Tints of Venus #967F84

Color information

#967F84 (or 0x967F84) is unknown color: approx Venus. HEX triplet: 96, 7F and 84. RGB value is (150,127,132). Sum of RGB (Red+Green+Blue) = 150+127+132=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #967F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F84 is #69807B. Grayscale: #868686. Windows color (decimal): -6914172 or 8683414. OLE color: 8683414.

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

Color convert

RGB150127132-
CMYK00.150.120.41
HSL346.96º9.87%54.31%-
HSV(B)346.96º15.33%58.82%-
XYZ24.3323.3325.05-
YUV134.45126.62139.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 127 (50% from 255) = 31.05%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=36.67%
G=31.05%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012713200.150.120.41346.969.8754.31
Hex967F840FC2915ba36
Octal22617720401714515331266
Binary100101101111111100001000111111001010011010110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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