#987C83

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

Shades of Venus #987C83

Tints of Venus #987C83

Color information

#987C83 (or 0x987C83) is unknown color: approx Venus. HEX triplet: 98, 7C and 83. RGB value is (152,124,131). Sum of RGB (Red+Green+Blue) = 152+124+131=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #987C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987C83 is #67837C. Grayscale: #858585. Windows color (decimal): -6783869 or 8617112. OLE color: 8617112.

HSL color Cylindrical-coordinate representation of color #987C83: hue angle of 345º 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 #987C83 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB152124131-
CMYK00.180.140.40
HSL345º11.97%54.12%-
HSV(B)345º18.42%59.61%-
XYZ24.2522.7324.58-
YUV133.17126.78141.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 131 (51.56% from 255) = 32.19%
R=37.35%
G=30.47%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212413100.180.140.4034511.9754.12
Hex987C83012E28159c36
Octal23017420302216505311466
Binary1001100011111001000001101001011101010001010110011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,124,131); }

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

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

 a { background-color: rgb(152,124,131); }

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

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

 span { border-color: rgb(152,124,131); }

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