#878334

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

Shades of Highball #878334

Tints of Highball #878334

Color information

#878334 (or 0x878334) is unknown color: approx Highball. HEX triplet: 87, 83 and 34. RGB value is (135,131,52). Sum of RGB (Red+Green+Blue) = 135+131+52=318 (42% of max value = 765). Red value is 135 (53.12% from 255 or 42.45% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 135 - color contains mainly: red. Hex color #878334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878334 is #787CCB. Grayscale: #7B7B7B. Windows color (decimal): -7896268 or 3441543. OLE color: 3441543.

HSL color Cylindrical-coordinate representation of color #878334: hue angle of 57.11º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #878334 is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB13513152-
CMYK00.030.610.47
HSL57.11º44.39%36.67%-
HSV(B)57.11º61.48%52.94%-
XYZ18.7321.636.44-
YUV123.1987.83136.42-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 42.45%
GREEN value IS 131 (51.56% from 255) = 41.19%
BLUE value IS 52 (20.70% from 255) = 16.35%
R=42.45%
G=41.19%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351315200.030.610.4757.1144.3936.67
Hex878334033D2F392c25
Octal20720364037557715445
Binary1000011110000011110100011111101101111111001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878334; }

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

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

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

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

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

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

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

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