#878348

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

Shades of Highball #878348

Tints of Highball #878348

Color information

#878348 (or 0x878348) is unknown color: approx Highball. HEX triplet: 87, 83 and 48. RGB value is (135,131,72). Sum of RGB (Red+Green+Blue) = 135+131+72=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #878348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878348 is #787CB7. Grayscale: #7D7D7D. Windows color (decimal): -7896248 or 4752263. OLE color: 4752263.

HSL color Cylindrical-coordinate representation of color #878348: hue angle of 56.19º 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 #878348 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB13513172-
CMYK00.030.470.47
HSL56.19º30.43%40.59%-
HSV(B)56.19º46.67%52.94%-
XYZ19.2821.859.33-
YUV125.4797.83134.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.94%
GREEN value IS 131 (51.56% from 255) = 38.76%
BLUE value IS 72 (28.52% from 255) = 21.30%
R=39.94%
G=38.76%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351317200.030.470.4756.1930.4340.59
Hex878348032F2F381e29
Octal207203110035757703651
Binary1000011110000011100100001110111110111111100011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878348; }

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

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

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

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

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

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

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

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