#87797C

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

Shades of Venus #87797C

Tints of Venus #87797C

Color information

#87797C (or 0x87797C) is unknown color: approx Venus. HEX triplet: 87, 79 and 7C. RGB value is (135,121,124). Sum of RGB (Red+Green+Blue) = 135+121+124=380 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.53% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 135 - color contains mainly: red. Hex color #87797C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87797C is #788683. Grayscale: #7D7D7D. Windows color (decimal): -7898756 or 8157575. OLE color: 8157575.

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

Color convert

RGB135121124-
CMYK00.100.080.47
HSL347.14º5.51%50.2%-
HSV(B)347.14º10.37%52.94%-
XYZ20.4720.2821.9-
YUV125.53127.14134.76-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.53%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=35.53%
G=31.84%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512112400.100.080.47347.145.5150.2
Hex87797C0A82F15b632
Octal2071711740121057533662
Binary1000011111110011111100010101000101111101011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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