#87864E

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

Shades of Highball #87864E

Tints of Highball #87864E

Color information

#87864E (or 0x87864E) is unknown color: approx Highball. HEX triplet: 87, 86 and 4E. RGB value is (135,134,78). Sum of RGB (Red+Green+Blue) = 135+134+78=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 135 - color contains mainly: red. Hex color #87864E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87864E is #7879B1. Grayscale: #808080. Windows color (decimal): -7895474 or 5146247. OLE color: 5146247.

HSL color Cylindrical-coordinate representation of color #87864E: hue angle of 58.95º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #87864E is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13513478-
CMYK00.010.420.47
HSL58.95º26.76%41.76%-
HSV(B)58.95º42.22%52.94%-
XYZ19.8922.7510.55-
YUV127.9299.83133.05-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=38.90%
G=38.62%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351347800.010.420.4758.9526.7641.76
Hex87864E012A2F3b1b2a
Octal207206116015257733352
Binary100001111000011010011100110101010111111101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87864E; }

 p { color: rgb(135,134,78); }

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

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

 a { background-color: rgb(135,134,78); }

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

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

 span { border-color: rgb(135,134,78); }

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