#87777C

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

Shades of Venus #87777C

Tints of Venus #87777C

Color information

#87777C (or 0x87777C) is unknown color: approx Venus. HEX triplet: 87, 77 and 7C. RGB value is (135,119,124). Sum of RGB (Red+Green+Blue) = 135+119+124=378 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.71% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 135 - color contains mainly: red. Hex color #87777C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87777C is #788883. Grayscale: #7C7C7C. Windows color (decimal): -7899268 or 8157063. OLE color: 8157063.

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

Color convert

RGB135119124-
CMYK00.120.080.47
HSL341.25º6.3%49.8%-
HSV(B)341.25º11.85%52.94%-
XYZ20.2319.821.82-
YUV124.35127.8135.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.71%
GREEN value IS 119 (46.88% from 255) = 31.48%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=35.71%
G=31.48%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511912400.120.080.47341.256.349.8
Hex87777C0C82F155632
Octal2071671740141057525662
Binary1000011111101111111100011001000101111101010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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