#87777F

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

Shades of Venus #87777F

Tints of Venus #87777F

Color information

#87777F (or 0x87777F) is unknown color: approx Venus. HEX triplet: 87, 77 and 7F. RGB value is (135,119,127). Sum of RGB (Red+Green+Blue) = 135+119+127=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #87777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87777F is #788880. Grayscale: #7C7C7C. Windows color (decimal): -7899265 or 8353671. OLE color: 8353671.

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

Color convert

RGB135119127-
CMYK00.120.060.47
HSL330º6.3%49.8%-
HSV(B)330º11.85%52.94%-
XYZ20.4219.8822.84-
YUV124.7129.3135.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 119 (46.88% from 255) = 31.23%
BLUE value IS 127 (50% from 255) = 33.33%
R=35.43%
G=31.23%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511912700.120.060.473306.349.8
Hex87777F0C62F14a632
Octal207167177014657512662
Binary100001111110111111111101100110101111101001010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87777F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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