#87737C

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

Shades of Venus #87737C

Tints of Venus #87737C

Color information

#87737C (or 0x87737C) is unknown color: approx Venus. HEX triplet: 87, 73 and 7C. RGB value is (135,115,124). Sum of RGB (Red+Green+Blue) = 135+115+124=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 124 (48.83% from 255 or 33.16% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #87737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87737C is #788C83. Grayscale: #797979. Windows color (decimal): -7900292 or 8156039. OLE color: 8156039.

HSL color Cylindrical-coordinate representation of color #87737C: hue angle of 333º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #87737C is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB135115124-
CMYK00.150.080.47
HSL333º8%49.02%-
HSV(B)333º14.81%52.94%-
XYZ19.7618.8721.67-
YUV122.01129.13137.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 124 (48.83% from 255) = 33.16%
R=36.10%
G=30.75%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511512400.150.080.47333849.02
Hex87737C0F82F14d831
Octal20716317401710575151061
Binary10000111111001111111000111110001011111010011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87737C; }

 p { color: rgb(135,115,124); }

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

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

 a { background-color: rgb(135,115,124); }

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

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

 span { border-color: rgb(135,115,124); }

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