Html Css Color HEX #80826C Bitter

📋 copy color: '#80826C'

red 128 ◦ green 130 ◦ blue 108

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

Shades of Bitter #80826C

Tints of Bitter #80826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

 BLUE value IS 108 (42.58% from 255) = 29.51%

R = 34.97%
G = 35.52%
B = 29.51%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#80826C (or 0x80826C) is known color: Bitter. HEX triplet: 80, 82 and 6C. RGB value is (128,130,108). Sum of RGB (Red+Green+Blue) = 128+130+108=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 130 - color contains mainly: green. Hex color #80826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80826C is #7F7D93. Grayscale: #7E7E7E. Windows color (decimal): -8355220 or 7111296. OLE color: 7111296.

HSL color Cylindrical-coordinate representation of color #80826C: hue angle of 65.45º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #80826C is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 130 108 -
CMYK 0.02 0 0.17 0.49
HSL 65.45º 0.09% 0.47% -
HSV(B) 65.45º 0.17% 0.51% -
XYZ 19.59 21.64 17.33 -
YUV 126.89 117.34 128.79 -
System Red Green Blue C M Y K H S L
Decimal 128 130 108 0.02 0 0.17 0.49 65.45 0.09 0.47
Hex 80 82 6C 2 0 11 31 41 9 2F
Octal 200 202 154 2 0 21 61 101 11 57
Binary 10000000 10000010 1101100 10 0 10001 110001 1000001 1001 101111

Color Harmonies of #80826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80826C

Black with #80826C

Text Example


Text Example

White with #80826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80826C; }

 p { color: rgb(128,130,108); }

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

background-color css

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

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

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

border-color css

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

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

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