#878748

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

Shades of Highball #878748

Tints of Highball #878748

Color information

#878748 (or 0x878748) is unknown color: approx Highball. HEX triplet: 87, 87 and 48. RGB value is (135,135,72). Sum of RGB (Red+Green+Blue) = 135+135+72=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 135 - color contains mainly: red, green. Hex color #878748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878748 is #7878B7. Grayscale: #808080. Windows color (decimal): -7895224 or 4753287. OLE color: 4753287.

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

Color convert

RGB13513572-
CMYK000.470.47
HSL60º30.43%40.59%-
HSV(B)60º46.67%52.94%-
XYZ19.8322.959.52-
YUV127.8296.5133.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.47%
GREEN value IS 135 (53.12% from 255) = 39.47%
BLUE value IS 72 (28.52% from 255) = 21.05%
R=39.47%
G=39.47%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513572000.470.476030.4340.59
Hex878748002F2F3c1e29
Octal207207110005757743651
Binary100001111000011110010000010111110111111110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878748; }

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

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

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

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

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

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

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

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