#877D7F

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

Shades of Venus #877D7F

Tints of Venus #877D7F

Color information

#877D7F (or 0x877D7F) is unknown color: approx Venus. HEX triplet: 87, 7D and 7F. RGB value is (135,125,127). Sum of RGB (Red+Green+Blue) = 135+125+127=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 135 - color contains mainly: red. Hex color #877D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877D7F is #788280. Grayscale: #808080. Windows color (decimal): -7897729 or 8355207. OLE color: 8355207.

HSL color Cylindrical-coordinate representation of color #877D7F: hue angle of 348º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #877D7F is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB135125127-
CMYK00.070.060.47
HSL348º4%50.98%-
HSV(B)348º7.41%52.94%-
XYZ21.1621.3523.08-
YUV128.22127.31132.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.88%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 127 (50% from 255) = 32.82%
R=34.88%
G=32.30%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512512700.070.060.47348450.98
Hex877D7F0762F15c433
Octal20717517707657534463
Binary10000111111110111111110111110101111101011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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