#967781

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

Shades of Venus #967781

Tints of Venus #967781

Color information

#967781 (or 0x967781) is unknown color: approx Venus. HEX triplet: 96, 77 and 81. RGB value is (150,119,129). Sum of RGB (Red+Green+Blue) = 150+119+129=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967781 is #69887E. Grayscale: #818181. Windows color (decimal): -6916223 or 8484758. OLE color: 8484758.

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

Color convert

RGB150119129-
CMYK00.210.140.41
HSL340.65º12.86%52.75%-
HSV(B)340.65º20.67%58.82%-
XYZ23.1421.2623.65-
YUV129.41127.77142.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 119 (46.88% from 255) = 29.90%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=37.69%
G=29.90%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011912900.210.140.41340.6512.8652.75
Hex967781015E29155d35
Octal22616720102516515251565
Binary1001011011101111000000101010111101010011010101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967781; }

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

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

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

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

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

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

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

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