#878448

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

Shades of Highball #878448

Tints of Highball #878448

Color information

#878448 (or 0x878448) is unknown color: approx Highball. HEX triplet: 87, 84 and 48. RGB value is (135,132,72). Sum of RGB (Red+Green+Blue) = 135+132+72=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 135 - color contains mainly: red. Hex color #878448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878448 is #787BB7. Grayscale: #7E7E7E. Windows color (decimal): -7895992 or 4752519. OLE color: 4752519.

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

Color convert

RGB13513272-
CMYK00.020.470.47
HSL57.14º30.43%40.59%-
HSV(B)57.14º46.67%52.94%-
XYZ19.4122.129.38-
YUV126.0697.49134.38-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 72 (28.52% from 255) = 21.24%
R=39.82%
G=38.94%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351327200.020.470.4757.1430.4340.59
Hex878448022F2F391e29
Octal207204110025757713651
Binary1000011110000100100100001010111110111111100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878448; }

 p { color: rgb(135,132,72); }

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

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

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

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

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

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

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