#877F3A

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

Shades of Highball #877F3A

Tints of Highball #877F3A

Color information

#877F3A (or 0x877F3A) is unknown color: approx Highball. HEX triplet: 87, 7F and 3A. RGB value is (135,127,58). Sum of RGB (Red+Green+Blue) = 135+127+58=320 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.19% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 135 - color contains mainly: red. Hex color #877F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877F3A is #7880C5. Grayscale: #797979. Windows color (decimal): -7897286 or 3833735. OLE color: 3833735.

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

Color convert

RGB13512758-
CMYK00.060.570.47
HSL53.77º39.9%37.84%-
HSV(B)53.77º57.04%52.94%-
XYZ18.3420.647.02-
YUV121.5392.15137.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.19%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=42.19%
G=39.69%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351275800.060.570.4753.7739.937.84
Hex877F3A06392F362826
Octal20717772067157665046
Binary1000011111111111110100110111001101111110110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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