#877C42

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

Shades of Highball #877C42

Tints of Highball #877C42

Color information

#877C42 (or 0x877C42) is unknown color: approx Highball. HEX triplet: 87, 7C and 42. RGB value is (135,124,66). Sum of RGB (Red+Green+Blue) = 135+124+66=325 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.54% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 135 - color contains mainly: red. Hex color #877C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877C42 is #7883BD. Grayscale: #787878. Windows color (decimal): -7898046 or 4357255. OLE color: 4357255.

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

Color convert

RGB13512466-
CMYK00.080.510.47
HSL50.43º34.33%39.41%-
HSV(B)50.43º51.11%52.94%-
XYZ18.1819.968.05-
YUV120.6897.14138.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.54%
GREEN value IS 124 (48.83% from 255) = 38.15%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=41.54%
G=38.15%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351246600.080.510.4750.4334.3339.41
Hex877C4208332F322227
Octal2071741020106357624247
Binary100001111111100100001001000110011101111110010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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