#87777D

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

Shades of Venus #87777D

Tints of Venus #87777D

Color information

#87777D (or 0x87777D) is unknown color: approx Venus. HEX triplet: 87, 77 and 7D. RGB value is (135,119,125). Sum of RGB (Red+Green+Blue) = 135+119+125=379 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.62% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 135 - color contains mainly: red. Hex color #87777D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87777D is #788882. Grayscale: #7C7C7C. Windows color (decimal): -7899267 or 8222599. OLE color: 8222599.

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

Color convert

RGB135119125-
CMYK00.120.070.47
HSL337.5º6.3%49.8%-
HSV(B)337.5º11.85%52.94%-
XYZ20.2919.8322.16-
YUV124.47128.3135.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.62%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=35.62%
G=31.40%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511912500.120.070.47337.56.349.8
Hex87777D0C72F152632
Octal207167175014757522662
Binary100001111110111111110101100111101111101010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87777D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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