#87797D

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

Shades of Venus #87797D

Tints of Venus #87797D

Color information

#87797D (or 0x87797D) is unknown color: approx Venus. HEX triplet: 87, 79 and 7D. RGB value is (135,121,125). Sum of RGB (Red+Green+Blue) = 135+121+125=381 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.43% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 135 - color contains mainly: red. Hex color #87797D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87797D is #788682. Grayscale: #7D7D7D. Windows color (decimal): -7898755 or 8223111. OLE color: 8223111.

HSL color Cylindrical-coordinate representation of color #87797D: hue angle of 342.86º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #87797D is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB135121125-
CMYK00.100.070.47
HSL342.86º5.51%50.2%-
HSV(B)342.86º10.37%52.94%-
XYZ20.5320.3122.24-
YUV125.64127.64134.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.43%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=35.43%
G=31.76%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512112500.100.070.47342.865.5150.2
Hex87797D0A72F157632
Octal207171175012757527662
Binary100001111111001111110101010111101111101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87797D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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