#878146

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

Shades of Highball #878146

Tints of Highball #878146

Color information

#878146 (or 0x878146) is unknown color: approx Highball. HEX triplet: 87, 81 and 46. RGB value is (135,129,70). Sum of RGB (Red+Green+Blue) = 135+129+70=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #878146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878146 is #787EB9. Grayscale: #7C7C7C. Windows color (decimal): -7896762 or 4620679. OLE color: 4620679.

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

Color convert

RGB13512970-
CMYK00.040.480.47
HSL54.46º31.71%40.2%-
HSV(B)54.46º48.15%52.94%-
XYZ18.9521.298.91-
YUV124.0797.49135.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 129 (50.78% from 255) = 38.62%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=40.42%
G=38.62%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351297000.040.480.4754.4631.7140.2
Hex87814604302F362028
Octal207201106046057664050
Binary100001111000000110001100100110000101111110110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878146; }

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

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

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

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

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

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

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

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