#87747C

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

Shades of Venus #87747C

Tints of Venus #87747C

Color information

#87747C (or 0x87747C) is unknown color: approx Venus. HEX triplet: 87, 74 and 7C. RGB value is (135,116,124). Sum of RGB (Red+Green+Blue) = 135+116+124=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 135 - color contains mainly: red. Hex color #87747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87747C is #788B83. Grayscale: #7A7A7A. Windows color (decimal): -7900036 or 8156295. OLE color: 8156295.

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

Color convert

RGB135116124-
CMYK00.140.080.47
HSL334.74º7.57%49.22%-
HSV(B)334.74º14.07%52.94%-
XYZ19.8819.121.71-
YUV122.59128.79136.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=36%
G=30.93%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511612400.140.080.47334.747.5749.22
Hex87747C0E82F14f831
Octal20716417401610575171061
Binary10000111111010011111000111010001011111010011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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