#877F42

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

Shades of Highball #877F42

Tints of Highball #877F42

Color information

#877F42 (or 0x877F42) is unknown color: approx Highball. HEX triplet: 87, 7F and 42. RGB value is (135,127,66). Sum of RGB (Red+Green+Blue) = 135+127+66=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 127 (50% from 255 or 38.72% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #877F42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877F42 is #7880BD. Grayscale: #7A7A7A. Windows color (decimal): -7897278 or 4358023. OLE color: 4358023.

HSL color Cylindrical-coordinate representation of color #877F42: hue angle of 53.04º 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 #877F42 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB13512766-
CMYK00.060.510.47
HSL53.04º34.33%39.41%-
HSV(B)53.04º51.11%52.94%-
XYZ18.5620.728.18-
YUV122.4496.15136.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.16%
GREEN value IS 127 (50% from 255) = 38.72%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=41.16%
G=38.72%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351276600.060.510.4753.0434.3339.41
Hex877F4206332F352227
Octal207177102066357654247
Binary10000111111111110000100110110011101111110101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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