#87797E

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

Shades of Venus #87797E

Tints of Venus #87797E

Color information

#87797E (or 0x87797E) is unknown color: approx Venus. HEX triplet: 87, 79 and 7E. RGB value is (135,121,126). Sum of RGB (Red+Green+Blue) = 135+121+126=382 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.34% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 135 - color contains mainly: red. Hex color #87797E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87797E is #788681. Grayscale: #7D7D7D. Windows color (decimal): -7898754 or 8288647. OLE color: 8288647.

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

Color convert

RGB135121126-
CMYK00.100.070.47
HSL338.57º5.51%50.2%-
HSV(B)338.57º10.37%52.94%-
XYZ20.5920.3322.58-
YUV125.76128.14134.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.34%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=35.34%
G=31.68%
B=32.98%

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
Decimal13512112600.100.070.47338.575.5150.2
Hex87797E0A72F153632
Octal207171176012757523662
Binary100001111111001111111001010111101111101010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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