#87874F

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

Shades of Highball #87874F

Tints of Highball #87874F

Color information

#87874F (or 0x87874F) is unknown color: approx Highball. HEX triplet: 87, 87 and 4F. RGB value is (135,135,79). Sum of RGB (Red+Green+Blue) = 135+135+79=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87874F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87874F is #7878B0. Grayscale: #808080. Windows color (decimal): -7895217 or 5212039. OLE color: 5212039.

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

Color convert

RGB13513579-
CMYK000.410.47
HSL60º26.17%41.96%-
HSV(B)60º41.48%52.94%-
XYZ20.0723.0410.79-
YUV128.62100132.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.68%
GREEN value IS 135 (53.12% from 255) = 38.68%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=38.68%
G=38.68%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513579000.410.476026.1741.96
Hex87874F00292F3c1a2a
Octal207207117005157743252
Binary100001111000011110011110010100110111111110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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