#87787E

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

Shades of Venus #87787E

Tints of Venus #87787E

Color information

#87787E (or 0x87787E) is unknown color: approx Venus. HEX triplet: 87, 78 and 7E. RGB value is (135,120,126). Sum of RGB (Red+Green+Blue) = 135+120+126=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #87787E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87787E is #788781. Grayscale: #7D7D7D. Windows color (decimal): -7899010 or 8288391. OLE color: 8288391.

HSL color Cylindrical-coordinate representation of color #87787E: hue angle of 336º 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 #87787E is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135120126-
CMYK00.110.070.47
HSL336º5.88%50%-
HSV(B)336º11.11%52.94%-
XYZ20.4720.0922.54-
YUV125.17128.47135.01-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=35.43%
G=31.50%
B=33.07%

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
Decimal13512012600.110.070.473365.8850
Hex87787E0B72F150632
Octal207170176013757520662
Binary100001111111000111111001011111101111101010000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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