#87874D

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

Shades of Highball #87874D

Tints of Highball #87874D

Color information

#87874D (or 0x87874D) is unknown color: approx Highball. HEX triplet: 87, 87 and 4D. RGB value is (135,135,77). Sum of RGB (Red+Green+Blue) = 135+135+77=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87874D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87874D is #7878B2. Grayscale: #808080. Windows color (decimal): -7895219 or 5080967. OLE color: 5080967.

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

Color convert

RGB13513577-
CMYK000.430.47
HSL60º27.36%41.57%-
HSV(B)60º42.96%52.94%-
XYZ2023.0110.41-
YUV128.3999132.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.90%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 77 (30.47% from 255) = 22.19%
R=38.90%
G=38.90%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513577000.430.476027.3641.57
Hex87874D002B2F3c1b2a
Octal207207115005357743352
Binary100001111000011110011010010101110111111110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87874D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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