#987681

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

Shades of Venus #987681

Tints of Venus #987681

Color information

#987681 (or 0x987681) is unknown color: approx Venus. HEX triplet: 98, 76 and 81. RGB value is (152,118,129). Sum of RGB (Red+Green+Blue) = 152+118+129=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #987681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987681 is #67897E. Grayscale: #818181. Windows color (decimal): -6785407 or 8484504. OLE color: 8484504.

HSL color Cylindrical-coordinate representation of color #987681: hue angle of 340.59º 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 #987681 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB152118129-
CMYK00.220.150.40
HSL340.59º14.17%52.94%-
HSV(B)340.59º22.37%59.61%-
XYZ23.3921.2223.63-
YUV129.42127.76144.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.10%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=38.10%
G=29.57%
B=32.33%

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
Decimal15211812900.220.150.40340.5914.1752.94
Hex987681016F28155e35
Octal23016620102617505251665
Binary1001100011101101000000101011011111010001010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987681; }

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

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

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

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

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

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

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

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