#967785

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

Shades of Venus #967785

Tints of Venus #967785

Color information

#967785 (or 0x967785) is unknown color: approx Venus. HEX triplet: 96, 77 and 85. RGB value is (150,119,133). Sum of RGB (Red+Green+Blue) = 150+119+133=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 119 (46.88% from 255 or 29.60% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 150 - color contains mainly: red. Hex color #967785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967785 is #69887A. Grayscale: #818181. Windows color (decimal): -6916219 or 8746902. OLE color: 8746902.

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

Color convert

RGB150119133-
CMYK00.210.110.41
HSL332.9º12.86%52.75%-
HSV(B)332.9º20.67%58.82%-
XYZ23.4121.3725.08-
YUV129.86129.77142.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.31%
GREEN value IS 119 (46.88% from 255) = 29.60%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=37.31%
G=29.60%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011913300.210.110.41332.912.8652.75
Hex967785015B2914dd35
Octal22616720502513515151565
Binary1001011011101111000010101010110111010011010011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967785; }

 p { color: rgb(150,119,133); }

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

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

 a { background-color: rgb(150,119,133); }

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

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

 span { border-color: rgb(150,119,133); }

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