#987781

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

Shades of Venus #987781

Tints of Venus #987781

Color information

#987781 (or 0x987781) is unknown color: approx Venus. HEX triplet: 98, 77 and 81. RGB value is (152,119,129). Sum of RGB (Red+Green+Blue) = 152+119+129=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987781 is #67887E. Grayscale: #828282. Windows color (decimal): -6785151 or 8484760. OLE color: 8484760.

HSL color Cylindrical-coordinate representation of color #987781: hue angle of 341.82º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #987781 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB152119129-
CMYK00.220.150.40
HSL341.82º13.81%53.14%-
HSV(B)341.82º21.71%59.61%-
XYZ23.5121.4523.67-
YUV130.01127.43143.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 119 (46.88% from 255) = 29.75%
BLUE value IS 129 (50.78% from 255) = 32.25%
R=38%
G=29.75%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211912900.220.150.40341.8213.8153.14
Hex987781016F28156e35
Octal23016720102617505261665
Binary1001100011101111000000101011011111010001010101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987781; }

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

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

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

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

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

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

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

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