#966F7A

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

Shades of Venus #966F7A

Tints of Venus #966F7A

Color information

#966F7A (or 0x966F7A) is unknown color: approx Venus. HEX triplet: 96, 6F and 7A. RGB value is (150,111,122). Sum of RGB (Red+Green+Blue) = 150+111+122=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #966F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F7A is #699085. Grayscale: #7B7B7B. Windows color (decimal): -6918278 or 8023958. OLE color: 8023958.

HSL color Cylindrical-coordinate representation of color #966F7A: hue angle of 343.08º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #966F7A is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150111122-
CMYK00.260.190.41
HSL343.08º15.66%51.18%-
HSV(B)343.08º26%58.82%-
XYZ21.7719.2620.98-
YUV123.92126.92146.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.16%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 122 (48.05% from 255) = 31.85%
R=39.16%
G=28.98%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011112200.260.190.41343.0815.6651.18
Hex966F7A01A13291571033
Octal22615717203223515272063
Binary10010110110111111110100110101001110100110101011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966F7A; }

 p { color: rgb(150,111,122); }

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

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

 a { background-color: rgb(150,111,122); }

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

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

 span { border-color: rgb(150,111,122); }

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