#878142

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

Shades of Highball #878142

Tints of Highball #878142

Color information

#878142 (or 0x878142) is unknown color: approx Highball. HEX triplet: 87, 81 and 42. RGB value is (135,129,66). Sum of RGB (Red+Green+Blue) = 135+129+66=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 66 (26.17% from 255 or 20% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #878142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878142 is #787EBD. Grayscale: #7B7B7B. Windows color (decimal): -7896766 or 4358535. OLE color: 4358535.

HSL color Cylindrical-coordinate representation of color #878142: hue angle of 54.78º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #878142 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB13512966-
CMYK00.040.510.47
HSL54.78º34.33%39.41%-
HSV(B)54.78º51.11%52.94%-
XYZ18.8321.248.26-
YUV123.6195.49136.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 66 (26.17% from 255) = 20%
R=40.91%
G=39.09%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351296600.040.510.4754.7834.3339.41
Hex87814204332F372227
Octal207201102046357674247
Binary100001111000000110000100100110011101111110111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878142; }

 p { color: rgb(135,129,66); }

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

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

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

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

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

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

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