#87864B

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

Shades of Highball #87864B

Tints of Highball #87864B

Color information

#87864B (or 0x87864B) is unknown color: approx Highball. HEX triplet: 87, 86 and 4B. RGB value is (135,134,75). Sum of RGB (Red+Green+Blue) = 135+134+75=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 135 - color contains mainly: red. Hex color #87864B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87864B is #7879B4. Grayscale: #7F7F7F. Windows color (decimal): -7895477 or 4949639. OLE color: 4949639.

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

Color convert

RGB13513475-
CMYK00.010.440.47
HSL59º28.57%41.18%-
HSV(B)59º44.44%52.94%-
XYZ19.7922.7110-
YUV127.5798.33133.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 134 (52.73% from 255) = 38.95%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=39.24%
G=38.95%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351347500.010.440.475928.5741.18
Hex87864B012C2F3b1d29
Octal207206113015457733551
Binary100001111000011010010110110110010111111101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87864B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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