#87787D

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

Shades of Venus #87787D

Tints of Venus #87787D

Color information

#87787D (or 0x87787D) is unknown color: approx Venus. HEX triplet: 87, 78 and 7D. RGB value is (135,120,125). Sum of RGB (Red+Green+Blue) = 135+120+125=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #87787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87787D is #788782. Grayscale: #7D7D7D. Windows color (decimal): -7899011 or 8222855. OLE color: 8222855.

HSL color Cylindrical-coordinate representation of color #87787D: hue angle of 340º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #87787D is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135120125-
CMYK00.110.070.47
HSL340º5.88%50%-
HSV(B)340º11.11%52.94%-
XYZ20.4120.0622.2-
YUV125.06127.97135.09-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 120 (47.27% from 255) = 31.58%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=35.53%
G=31.58%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512012500.110.070.473405.8850
Hex87787D0B72F154632
Octal207170175013757524662
Binary100001111111000111110101011111101111101010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87787D; }

 p { color: rgb(135,120,125); }

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

<style>
 a { background-color: #87787D; }

 a { background-color: rgb(135,120,125); }

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

<style>
 span { border-color: #87787D; }

 span { border-color: rgb(135,120,125); }

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