#87747A

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

Shades of Venus #87747A

Tints of Venus #87747A

Color information

#87747A (or 0x87747A) is unknown color: approx Venus. HEX triplet: 87, 74 and 7A. RGB value is (135,116,122). Sum of RGB (Red+Green+Blue) = 135+116+122=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #87747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87747A is #788B85. Grayscale: #7A7A7A. Windows color (decimal): -7900038 or 8025223. OLE color: 8025223.

HSL color Cylindrical-coordinate representation of color #87747A: hue angle of 341.05º 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 #87747A is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB135116122-
CMYK00.140.100.47
HSL341.05º7.57%49.22%-
HSV(B)341.05º14.07%52.94%-
XYZ19.7519.0521.05-
YUV122.36127.79137.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=36.19%
G=31.10%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511612200.140.100.47341.057.5749.22
Hex87747A0EA2F155831
Octal20716417201612575251061
Binary10000111111010011110100111010101011111010101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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