#878344

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

Shades of Highball #878344

Tints of Highball #878344

Color information

#878344 (or 0x878344) is unknown color: approx Highball. HEX triplet: 87, 83 and 44. RGB value is (135,131,68). Sum of RGB (Red+Green+Blue) = 135+131+68=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #878344 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878344 is #787CBB. Grayscale: #7D7D7D. Windows color (decimal): -7896252 or 4490119. OLE color: 4490119.

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

Color convert

RGB13513168-
CMYK00.030.500.47
HSL56.42º33%39.8%-
HSV(B)56.42º49.63%52.94%-
XYZ19.1521.88.67-
YUV125.0195.83135.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 131 (51.56% from 255) = 39.22%
BLUE value IS 68 (26.95% from 255) = 20.36%
R=40.42%
G=39.22%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351316800.030.500.4756.423339.8
Hex87834403322F382128
Octal207203104036257704150
Binary10000111100000111000100011110010101111111000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878344; }

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

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

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

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

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

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

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

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