#987D85

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

Shades of Venus #987D85

Tints of Venus #987D85

Color information

#987D85 (or 0x987D85) is unknown color: approx Venus. HEX triplet: 98, 7D and 85. RGB value is (152,125,133). Sum of RGB (Red+Green+Blue) = 152+125+133=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #987D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987D85 is #67827A. Grayscale: #858585. Windows color (decimal): -6783611 or 8748440. OLE color: 8748440.

HSL color Cylindrical-coordinate representation of color #987D85: hue angle of 342.22º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #987D85 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB152125133-
CMYK00.180.130.40
HSL342.22º11.59%54.31%-
HSV(B)342.22º17.76%59.61%-
XYZ24.5223.0425.34-
YUV133.99127.45140.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.07%
GREEN value IS 125 (49.22% from 255) = 30.49%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=37.07%
G=30.49%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212513300.180.130.40342.2211.5954.31
Hex987D85012D28156c36
Octal23017520502215505261466
Binary1001100011111011000010101001011011010001010101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987D85; }

 p { color: rgb(152,125,133); }

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

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

 a { background-color: rgb(152,125,133); }

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

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

 span { border-color: rgb(152,125,133); }

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