#878148

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

Shades of Highball #878148

Tints of Highball #878148

Color information

#878148 (or 0x878148) is unknown color: approx Highball. HEX triplet: 87, 81 and 48. RGB value is (135,129,72). Sum of RGB (Red+Green+Blue) = 135+129+72=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 72 (28.52% from 255 or 21.43% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #878148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878148 is #787EB7. Grayscale: #7C7C7C. Windows color (decimal): -7896760 or 4751751. OLE color: 4751751.

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

Color convert

RGB13512972-
CMYK00.040.470.47
HSL54.29º30.43%40.59%-
HSV(B)54.29º46.67%52.94%-
XYZ19.0121.329.24-
YUV124.398.49135.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.18%
GREEN value IS 129 (50.78% from 255) = 38.39%
BLUE value IS 72 (28.52% from 255) = 21.43%
R=40.18%
G=38.39%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351297200.040.470.4754.2930.4340.59
Hex878148042F2F361e29
Octal207201110045757663651
Binary10000111100000011001000010010111110111111011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878148; }

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

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

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

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

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

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

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

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