Html Css Color HEX #808763 Bitter

📋 copy color: '#808763'

red 128 ◦ green 135 ◦ blue 99

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

Shades of Bitter #808763

Tints of Bitter #808763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.35%

R = 35.36%
G = 37.29%
B = 27.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#808763 (or 0x808763) is known color: Bitter. HEX triplet: 80, 87 and 63. RGB value is (128,135,99). Sum of RGB (Red+Green+Blue) = 128+135+99=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #808763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808763 is #7F789C. Grayscale: #808080. Windows color (decimal): -8353949 or 6522752. OLE color: 6522752.

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

Color convert

RGB 128 135 99 -
CMYK 0.05 0 0.27 0.47
HSL 71.67º 0.15% 0.46% -
HSV(B) 71.67º 0.27% 0.53% -
XYZ 19.82 22.82 15.16 -
YUV 128.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 128 135 99 0.05 0 0.27 0.47 71.67 0.15 0.46
Hex 80 87 63 5 0 1B 2F 48 F 2E
Octal 200 207 143 5 0 33 57 110 17 56
Binary 10000000 10000111 1100011 101 0 11011 101111 1001000 1111 101110

Color Harmonies of #808763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808763

Black with #808763

Text Example


Text Example

White with #808763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808763; }

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

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

background-color css

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

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

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

border-color css

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

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

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