#87797F

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

Shades of Venus #87797F

Tints of Venus #87797F

Color information

#87797F (or 0x87797F) is unknown color: approx Venus. HEX triplet: 87, 79 and 7F. RGB value is (135,121,127). Sum of RGB (Red+Green+Blue) = 135+121+127=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #87797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87797F is #788680. Grayscale: #7D7D7D. Windows color (decimal): -7898753 or 8354183. OLE color: 8354183.

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

Color convert

RGB135121127-
CMYK00.100.060.47
HSL334.29º5.51%50.2%-
HSV(B)334.29º10.37%52.94%-
XYZ20.6620.3622.92-
YUV125.87128.64134.51-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 121 (47.66% from 255) = 31.59%
BLUE value IS 127 (50% from 255) = 33.16%
R=35.25%
G=31.59%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512112700.100.060.47334.295.5150.2
Hex87797F0A62F14e632
Octal207171177012657516662
Binary100001111111001111111101010110101111101001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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