Html Css Color HEX #808764 Bitter

📋 copy color: '#808764'

red 128 ◦ green 135 ◦ blue 100

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

Shades of Bitter #808764

Tints of Bitter #808764

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.19%

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

R = 35.26%
G = 37.19%
B = 27.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#808764 (or 0x808764) is known color: Bitter. HEX triplet: 80, 87 and 64. RGB value is (128,135,100). Sum of RGB (Red+Green+Blue) = 128+135+100=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #808764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808764 is #7F789B. Grayscale: #818181. Windows color (decimal): -8353948 or 6588288. OLE color: 6588288.

HSL color Cylindrical-coordinate representation of color #808764: hue angle of 72º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #808764 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 135 100 -
CMYK 0.05 0 0.26 0.47
HSL 72º 0.15% 0.46% -
HSV(B) 72º 0.26% 0.53% -
XYZ 19.87 22.84 15.42 -
YUV 128.92 111.68 127.35 -
System Red Green Blue C M Y K H S L
Decimal 128 135 100 0.05 0 0.26 0.47 72 0.15 0.46
Hex 80 87 64 5 0 1A 2F 48 F 2E
Octal 200 207 144 5 0 32 57 110 17 56
Binary 10000000 10000111 1100100 101 0 11010 101111 1001000 1111 101110

Color Harmonies of #808764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808764

Black with #808764

Text Example


Text Example

White with #808764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808764; }

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

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

background-color css

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

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

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

border-color css

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

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

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