#87727A

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

Shades of Venus #87727A

Tints of Venus #87727A

Color information

#87727A (or 0x87727A) is unknown color: approx Venus. HEX triplet: 87, 72 and 7A. RGB value is (135,114,122). Sum of RGB (Red+Green+Blue) = 135+114+122=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 135 - color contains mainly: red. Hex color #87727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87727A is #788D85. Grayscale: #797979. Windows color (decimal): -7900550 or 8024711. OLE color: 8024711.

HSL color Cylindrical-coordinate representation of color #87727A: hue angle of 337.14º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #87727A is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB135114122-
CMYK00.160.100.47
HSL337.14º8.43%48.82%-
HSV(B)337.14º15.56%52.94%-
XYZ19.5218.5920.97-
YUV121.19128.46137.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.39%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=36.39%
G=30.73%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511412200.160.100.47337.148.4348.82
Hex87727A010A2F151831
Octal20716217202012575211061
Binary100001111110010111101001000010101011111010100011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87727A; }

 p { color: rgb(135,114,122); }

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

<style>
 a { background-color: #87727A; }

 a { background-color: rgb(135,114,122); }

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

<style>
 span { border-color: #87727A; }

 span { border-color: rgb(135,114,122); }

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