Html Css Color HEX #808464 Bitter

📋 copy color: '#808464'

red 128 ◦ green 132 ◦ blue 100

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

Shades of Bitter #808464

Tints of Bitter #808464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 35.56%
G = 36.67%
B = 27.78%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#808464 (or 0x808464) is known color: Bitter. HEX triplet: 80, 84 and 64. RGB value is (128,132,100). Sum of RGB (Red+Green+Blue) = 128+132+100=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 132 - color contains mainly: green. Hex color #808464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808464 is #7F7B9B. Grayscale: #7F7F7F. Windows color (decimal): -8354716 or 6587520. OLE color: 6587520.

HSL color Cylindrical-coordinate representation of color #808464: hue angle of 67.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #808464 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 132 100 -
CMYK 0.03 0 0.24 0.48
HSL 67.5º 0.14% 0.45% -
HSV(B) 67.5º 0.24% 0.52% -
XYZ 19.45 22.01 15.28 -
YUV 127.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 128 132 100 0.03 0 0.24 0.48 67.5 0.14 0.45
Hex 80 84 64 3 0 18 30 44 E 2D
Octal 200 204 144 3 0 30 60 104 16 55
Binary 10000000 10000100 1100100 11 0 11000 110000 1000100 1110 101101

Color Harmonies of #808464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808464

Black with #808464

Text Example


Text Example

White with #808464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808464; }

 p { color: rgb(128,132,100); }

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

background-color css

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

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

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

border-color css

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

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

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