Html Css Color HEX #808040 Highball

📋 copy color: '#808040'

red 128 ◦ green 128 ◦ blue 64

#808040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highball #808040

Tints of Highball #808040

RGB

 RED value IS 128 (50.39% from 255) = 40%

 GREEN value IS 128 (50.39% from 255) = 40%

 BLUE value IS 64 (25.39% from 255) = 20%

R = 40%
G = 40%
B = 20%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#808040 (or 0x808040) is known color: Highball. HEX triplet: 80, 80 and 40. RGB value is (128,128,64). Sum of RGB (Red+Green+Blue) = 128+128+64=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 128 - color contains mainly: red, green. Hex color #808040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808040 is #7F7FBF. Grayscale: #787878. Windows color (decimal): -8355776 or 4227200. OLE color: 4227200.

HSL color Cylindrical-coordinate representation of color #808040: hue angle of 60º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808040 is Cyan = 0, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 128 64 -
CMYK 0 0 0.5 0.50
HSL 60º 0.33% 0.38% -
HSV(B) 60º 0.5% 0.5% -
XYZ 17.55 20.4 7.86 -
YUV 120.7 96 133.2 -
System Red Green Blue C M Y K H S L
Decimal 128 128 64 0 0 0.5 0.50 60 0.33 0.38
Hex 80 80 40 0 0 32 32 3C 21 26
Octal 200 200 100 0 0 62 62 74 41 46
Binary 10000000 10000000 1000000 0 0 110010 110010 111100 100001 100110

Color Harmonies of #808040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808040

Black with #808040

Text Example


Text Example

White with #808040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808040; }

 p { color: rgb(128,128,64); }

 H1.HeaderClassName
 {
   color: #808040;
 }
 .AnyTagClassName
 {
   color: #808040;
 }
</style>

background-color css

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

 a { background-color: rgb(128,128,64); }

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

border-color css

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

 span { border-color: rgb(128,128,64); }

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