#877C7E

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

Shades of Venus #877C7E

Tints of Venus #877C7E

Color information

#877C7E (or 0x877C7E) is unknown color: approx Venus. HEX triplet: 87, 7C and 7E. RGB value is (135,124,126). Sum of RGB (Red+Green+Blue) = 135+124+126=385 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.06% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 135 - color contains mainly: red. Hex color #877C7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #877C7E is #788381. Grayscale: #7F7F7F. Windows color (decimal): -7897986 or 8289415. OLE color: 8289415.

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

Color convert

RGB135124126-
CMYK00.080.070.47
HSL349.09º4.38%50.78%-
HSV(B)349.09º8.15%52.94%-
XYZ20.9721.0722.7-
YUV127.52127.14133.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 35.06%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=35.06%
G=32.21%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13512412600.080.070.47349.094.3850.78
Hex877C7E0872F15d433
Octal207174176010757535463
Binary100001111111100111111001000111101111101011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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