Html Css Color HEX #808468 Bitter

📋 copy color: '#808468'

red 128 ◦ green 132 ◦ blue 104

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

Shades of Bitter #808468

Tints of Bitter #808468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.57%

R = 35.16%
G = 36.26%
B = 28.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#808468 (or 0x808468) is known color: Bitter. HEX triplet: 80, 84 and 68. RGB value is (128,132,104). Sum of RGB (Red+Green+Blue) = 128+132+104=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #808468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808468 is #7F7B97. Grayscale: #7F7F7F. Windows color (decimal): -8354712 or 6849664. OLE color: 6849664.

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

Color convert

RGB 128 132 104 -
CMYK 0.03 0 0.21 0.48
HSL 68.57º 0.12% 0.46% -
HSV(B) 68.57º 0.21% 0.52% -
XYZ 19.65 22.09 16.32 -
YUV 127.61 114.67 128.28 -
System Red Green Blue C M Y K H S L
Decimal 128 132 104 0.03 0 0.21 0.48 68.57 0.12 0.46
Hex 80 84 68 3 0 15 30 45 C 2E
Octal 200 204 150 3 0 25 60 105 14 56
Binary 10000000 10000100 1101000 11 0 10101 110000 1000101 1100 101110

Color Harmonies of #808468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808468

Black with #808468

Text Example


Text Example

White with #808468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808468; }

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

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

background-color css

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

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

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

border-color css

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

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

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