Html Css Color HEX #80796D Arrowtown

📋 copy color: '#80796D'

red 128 ◦ green 121 ◦ blue 109

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

Shades of Arrowtown #80796D

Tints of Arrowtown #80796D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.8%

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 35.75%
G = 33.8%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80796D (or 0x80796D) is known color: Arrowtown. HEX triplet: 80, 79 and 6D. RGB value is (128,121,109). Sum of RGB (Red+Green+Blue) = 128+121+109=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #80796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80796D is #7F8692. Grayscale: #797979. Windows color (decimal): -8357523 or 7174528. OLE color: 7174528.

HSL color Cylindrical-coordinate representation of color #80796D: hue angle of 37.89º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #80796D is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 121 109 -
CMYK 0 0.05 0.15 0.50
HSL 37.89º 0.08% 0.46% -
HSV(B) 37.89º 0.15% 0.5% -
XYZ 18.5 19.37 17.23 -
YUV 121.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 128 121 109 0 0.05 0.15 0.50 37.89 0.08 0.46
Hex 80 79 6D 0 5 F 32 26 8 2E
Octal 200 171 155 0 5 17 62 46 10 56
Binary 10000000 1111001 1101101 0 101 1111 110010 100110 1000 101110

Color Harmonies of #80796D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80796D

Black with #80796D

Text Example


Text Example

White with #80796D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80796D; }

 p { color: rgb(128,121,109); }

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

background-color css

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

 a { background-color: rgb(128,121,109); }

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

border-color css

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

 span { border-color: rgb(128,121,109); }

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