#878132

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

Shades of Highball #878132

Tints of Highball #878132

Color information

#878132 (or 0x878132) is unknown color: approx Highball. HEX triplet: 87, 81 and 32. RGB value is (135,129,50). Sum of RGB (Red+Green+Blue) = 135+129+50=314 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.99% from 314); Green value is 129 (50.78% from 255 or 41.08% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 135 - color contains mainly: red. Hex color #878132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878132 is #787ECD. Grayscale: #7A7A7A. Windows color (decimal): -7896782 or 3309959. OLE color: 3309959.

HSL color Cylindrical-coordinate representation of color #878132: hue angle of 55.76º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #878132 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB13512950-
CMYK00.040.630.47
HSL55.76º45.95%36.27%-
HSV(B)55.76º62.96%52.94%-
XYZ18.4221.086.12-
YUV121.7987.49137.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.99%
GREEN value IS 129 (50.78% from 255) = 41.08%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=42.99%
G=41.08%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351295000.040.630.4755.7645.9536.27
Hex878132043F2F382e24
Octal20720162047757705644
Binary10000111100000011100100100111111101111111000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878132; }

 p { color: rgb(135,129,50); }

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

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

 a { background-color: rgb(135,129,50); }

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

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

 span { border-color: rgb(135,129,50); }

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