Html Css Color HEX #808766 Bitter

📋 copy color: '#808766'

red 128 ◦ green 135 ◦ blue 102

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

Shades of Bitter #808766

Tints of Bitter #808766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.95%

R = 35.07%
G = 36.99%
B = 27.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#808766 (or 0x808766) is known color: Bitter. HEX triplet: 80, 87 and 66. RGB value is (128,135,102). Sum of RGB (Red+Green+Blue) = 128+135+102=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #808766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808766 is #7F7899. Grayscale: #818181. Windows color (decimal): -8353946 or 6719360. OLE color: 6719360.

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

Color convert

RGB 128 135 102 -
CMYK 0.05 0 0.24 0.47
HSL 72.73º 0.14% 0.46% -
HSV(B) 72.73º 0.24% 0.53% -
XYZ 19.96 22.88 15.93 -
YUV 129.15 112.68 127.18 -
System Red Green Blue C M Y K H S L
Decimal 128 135 102 0.05 0 0.24 0.47 72.73 0.14 0.46
Hex 80 87 66 5 0 18 2F 49 E 2E
Octal 200 207 146 5 0 30 57 111 16 56
Binary 10000000 10000111 1100110 101 0 11000 101111 1001001 1110 101110

Color Harmonies of #808766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808766

Black with #808766

Text Example


Text Example

White with #808766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808766; }

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

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

background-color css

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

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

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

border-color css

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

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

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