#878340

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

Shades of Highball #878340

Tints of Highball #878340

Color information

#878340 (or 0x878340) is unknown color: approx Highball. HEX triplet: 87, 83 and 40. RGB value is (135,131,64). Sum of RGB (Red+Green+Blue) = 135+131+64=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #878340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878340 is #787CBF. Grayscale: #7C7C7C. Windows color (decimal): -7896256 or 4227975. OLE color: 4227975.

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

Color convert

RGB13513164-
CMYK00.030.530.47
HSL56.62º35.68%39.02%-
HSV(B)56.62º52.59%52.94%-
XYZ19.0321.758.05-
YUV124.5693.83135.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 131 (51.56% from 255) = 39.70%
BLUE value IS 64 (25.39% from 255) = 19.39%
R=40.91%
G=39.70%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351316400.030.530.4756.6235.6839.02
Hex87834003352F392427
Octal207203100036557714447
Binary10000111100000111000000011110101101111111001100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878340; }

 p { color: rgb(135,131,64); }

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

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

 a { background-color: rgb(135,131,64); }

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

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

 span { border-color: rgb(135,131,64); }

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