#967F87

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

Shades of Venus #967F87

Tints of Venus #967F87

Color information

#967F87 (or 0x967F87) is unknown color: approx Venus. HEX triplet: 96, 7F and 87. RGB value is (150,127,135). Sum of RGB (Red+Green+Blue) = 150+127+135=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #967F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F87 is #698078. Grayscale: #868686. Windows color (decimal): -6914169 or 8880022. OLE color: 8880022.

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

Color convert

RGB150127135-
CMYK00.150.10.41
HSL339.13º9.87%54.31%-
HSV(B)339.13º15.33%58.82%-
XYZ24.5423.4126.15-
YUV134.79128.12138.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 127 (50% from 255) = 30.83%
BLUE value IS 135 (53.12% from 255) = 32.77%
R=36.41%
G=30.83%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012713500.150.10.41339.139.8754.31
Hex967F870FA29153a36
Octal22617720701712515231266
Binary100101101111111100001110111110101010011010100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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