#87874A

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

Shades of Highball #87874A

Tints of Highball #87874A

Color information

#87874A (or 0x87874A) is unknown color: approx Highball. HEX triplet: 87, 87 and 4A. RGB value is (135,135,74). Sum of RGB (Red+Green+Blue) = 135+135+74=344 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.24% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 74 (29.30% from 255 or 21.51% from 344); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87874A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #87874A is #7878B5. Grayscale: #808080. Windows color (decimal): -7895222 or 4884359. OLE color: 4884359.

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

Color convert

RGB13513574-
CMYK000.450.47
HSL60º29.19%40.98%-
HSV(B)60º45.19%52.94%-
XYZ19.8922.979.86-
YUV128.0597.5132.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.24%
GREEN value IS 135 (53.12% from 255) = 39.24%
BLUE value IS 74 (29.30% from 255) = 21.51%
R=39.24%
G=39.24%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513574000.450.476029.1940.98
Hex87874A002D2F3c1d29
Octal207207112005557743551
Binary100001111000011110010100010110110111111110011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87874A; }

 p { color: rgb(135,135,74); }

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

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

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

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

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

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

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