#87727C

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

Shades of Venus #87727C

Tints of Venus #87727C

Color information

#87727C (or 0x87727C) is unknown color: approx Venus. HEX triplet: 87, 72 and 7C. RGB value is (135,114,124). Sum of RGB (Red+Green+Blue) = 135+114+124=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 135 - color contains mainly: red. Hex color #87727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87727C is #788D83. Grayscale: #797979. Windows color (decimal): -7900548 or 8155783. OLE color: 8155783.

HSL color Cylindrical-coordinate representation of color #87727C: hue angle of 331.43º 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 #87727C is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB135114124-
CMYK00.160.080.47
HSL331.43º8.43%48.82%-
HSV(B)331.43º15.56%52.94%-
XYZ19.6518.6421.63-
YUV121.42129.46137.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.19%
GREEN value IS 114 (44.92% from 255) = 30.56%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=36.19%
G=30.56%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13511412400.160.080.47331.438.4348.82
Hex87727C01082F14b831
Octal20716217402010575131061
Binary100001111110010111110001000010001011111010010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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