Html Css Color HEX #807769 Arrowtown

📋 copy color: '#807769'

red 128 ◦ green 119 ◦ blue 105

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

Shades of Arrowtown #807769

Tints of Arrowtown #807769

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.81%

 BLUE value IS 105 (41.41% from 255) = 29.83%

R = 36.36%
G = 33.81%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#807769 (or 0x807769) is known color: Arrowtown. HEX triplet: 80, 77 and 69. RGB value is (128,119,105). Sum of RGB (Red+Green+Blue) = 128+119+105=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #807769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807769 is #7F8896. Grayscale: #787878. Windows color (decimal): -8358039 or 6911872. OLE color: 6911872.

HSL color Cylindrical-coordinate representation of color #807769: hue angle of 36.52º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #807769 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 119 105 -
CMYK 0 0.07 0.18 0.50
HSL 36.52º 0.1% 0.46% -
HSV(B) 36.52º 0.18% 0.5% -
XYZ 18.05 18.8 16.04 -
YUV 120.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 128 119 105 0 0.07 0.18 0.50 36.52 0.1 0.46
Hex 80 77 69 0 7 12 32 25 A 2E
Octal 200 167 151 0 7 22 62 45 12 56
Binary 10000000 1110111 1101001 0 111 10010 110010 100101 1010 101110

Color Harmonies of #807769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807769

Black with #807769

Text Example


Text Example

White with #807769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807769; }

 p { color: rgb(128,119,105); }

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

background-color css

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

 a { background-color: rgb(128,119,105); }

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

border-color css

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

 span { border-color: rgb(128,119,105); }

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