#877A7E

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

Shades of Venus #877A7E

Tints of Venus #877A7E

Color information

#877A7E (or 0x877A7E) is unknown color: approx Venus. HEX triplet: 87, 7A and 7E. RGB value is (135,122,126). Sum of RGB (Red+Green+Blue) = 135+122+126=383 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.25% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 135 - color contains mainly: red. Hex color #877A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877A7E is #788581. Grayscale: #7E7E7E. Windows color (decimal): -7898498 or 8288903. OLE color: 8288903.

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

Color convert

RGB135122126-
CMYK00.100.070.47
HSL341.54º5.14%50.39%-
HSV(B)341.54º9.63%52.94%-
XYZ20.7220.5822.62-
YUV126.34127.81134.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.25%
GREEN value IS 122 (48.05% from 255) = 31.85%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=35.25%
G=31.85%
B=32.90%

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
Decimal13512212600.100.070.47341.545.1450.39
Hex877A7E0A72F156532
Octal207172176012757526562
Binary100001111111010111111001010111101111101010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877A7E; }

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

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

<style>
 a { background-color: #877A7E; }

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

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

<style>
 span { border-color: #877A7E; }

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

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