#87874E

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

Shades of Highball #87874E

Tints of Highball #87874E

Color information

#87874E (or 0x87874E) is unknown color: approx Highball. HEX triplet: 87, 87 and 4E. RGB value is (135,135,78). Sum of RGB (Red+Green+Blue) = 135+135+78=348 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.79% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 135 - color contains mainly: red, green. Hex color #87874E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #87874E is #7878B1. Grayscale: #808080. Windows color (decimal): -7895218 or 5146503. OLE color: 5146503.

HSL color Cylindrical-coordinate representation of color #87874E: 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.42%. Process color model (Four color, CMYK) of #87874E is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB13513578-
CMYK000.420.47
HSL60º26.76%41.76%-
HSV(B)60º42.22%52.94%-
XYZ20.0323.0310.6-
YUV128.599.5132.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 38.79%
GREEN value IS 135 (53.12% from 255) = 38.79%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=38.79%
G=38.79%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513578000.420.476026.7641.76
Hex87874E002A2F3c1b2a
Octal207207116005257743352
Binary100001111000011110011100010101010111111110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87874E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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