#87777B

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

Shades of Venus #87777B

Tints of Venus #87777B

Color information

#87777B (or 0x87777B) is unknown color: approx Venus. HEX triplet: 87, 77 and 7B. RGB value is (135,119,123). Sum of RGB (Red+Green+Blue) = 135+119+123=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 119 (46.88% from 255 or 31.56% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 135 - color contains mainly: red. Hex color #87777B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87777B is #788884. Grayscale: #7C7C7C. Windows color (decimal): -7899269 or 8091527. OLE color: 8091527.

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

Color convert

RGB135119123-
CMYK00.120.090.47
HSL345º6.3%49.8%-
HSV(B)345º11.85%52.94%-
XYZ20.1619.7721.49-
YUV124.24127.3135.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.81%
GREEN value IS 119 (46.88% from 255) = 31.56%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=35.81%
G=31.56%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511912300.120.090.473456.349.8
Hex87777B0C92F159632
Octal2071671730141157531662
Binary1000011111101111111011011001001101111101011001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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