#878246

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

Shades of Highball #878246

Tints of Highball #878246

Color information

#878246 (or 0x878246) is unknown color: approx Highball. HEX triplet: 87, 82 and 46. RGB value is (135,130,70). Sum of RGB (Red+Green+Blue) = 135+130+70=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #878246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878246 is #787DB9. Grayscale: #7C7C7C. Windows color (decimal): -7896506 or 4620935. OLE color: 4620935.

HSL color Cylindrical-coordinate representation of color #878246: hue angle of 55.38º 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 #878246 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB13513070-
CMYK00.040.480.47
HSL55.38º31.71%40.2%-
HSV(B)55.38º48.15%52.94%-
XYZ19.0821.568.95-
YUV124.6697.16135.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.30%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 70 (27.73% from 255) = 20.90%
R=40.30%
G=38.81%
B=20.90%

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
Decimal1351307000.040.480.4755.3831.7140.2
Hex87824604302F372028
Octal207202106046057674050
Binary100001111000001010001100100110000101111110111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878246; }

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

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

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

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

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

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

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

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