Html Css Color HEX #80786B Arrowtown

📋 copy color: '#80786B'

red 128 ◦ green 120 ◦ blue 107

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

Shades of Arrowtown #80786B

Tints of Arrowtown #80786B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 36.06%
G = 33.8%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80786B (or 0x80786B) is known color: Arrowtown. HEX triplet: 80, 78 and 6B. RGB value is (128,120,107). Sum of RGB (Red+Green+Blue) = 128+120+107=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 128 - color contains mainly: red. Hex color #80786B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80786B is #7F8794. Grayscale: #787878. Windows color (decimal): -8357781 or 7043200. OLE color: 7043200.

HSL color Cylindrical-coordinate representation of color #80786B: hue angle of 37.14º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80786B is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 120 107 -
CMYK 0 0.06 0.16 0.50
HSL 37.14º 0.09% 0.46% -
HSV(B) 37.14º 0.16% 0.5% -
XYZ 18.27 19.08 16.63 -
YUV 120.91 120.15 133.06 -
System Red Green Blue C M Y K H S L
Decimal 128 120 107 0 0.06 0.16 0.50 37.14 0.09 0.46
Hex 80 78 6B 0 6 10 32 25 9 2E
Octal 200 170 153 0 6 20 62 45 11 56
Binary 10000000 1111000 1101011 0 110 10000 110010 100101 1001 101110

Color Harmonies of #80786B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80786B

Black with #80786B

Text Example


Text Example

White with #80786B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80786B; }

 p { color: rgb(128,120,107); }

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

background-color css

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

 a { background-color: rgb(128,120,107); }

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

border-color css

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

 span { border-color: rgb(128,120,107); }

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