Html Css Color HEX #807768 Arrowtown

📋 copy color: '#807768'

red 128 ◦ green 119 ◦ blue 104

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

Shades of Arrowtown #807768

Tints of Arrowtown #807768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.63%

R = 36.47%
G = 33.9%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#807768 (or 0x807768) is known color: Arrowtown. HEX triplet: 80, 77 and 68. RGB value is (128,119,104). Sum of RGB (Red+Green+Blue) = 128+119+104=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 128 - color contains mainly: red. Hex color #807768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807768 is #7F8897. Grayscale: #787878. Windows color (decimal): -8358040 or 6846336. OLE color: 6846336.

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

Color convert

RGB 128 119 104 -
CMYK 0 0.07 0.19 0.50
HSL 37.5º 0.1% 0.45% -
HSV(B) 37.5º 0.19% 0.5% -
XYZ 18 18.78 15.77 -
YUV 119.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 128 119 104 0 0.07 0.19 0.50 37.5 0.1 0.45
Hex 80 77 68 0 7 13 32 26 A 2D
Octal 200 167 150 0 7 23 62 46 12 55
Binary 10000000 1110111 1101000 0 111 10011 110010 100110 1010 101101

Color Harmonies of #807768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807768

Black with #807768

Text Example


Text Example

White with #807768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807768; }

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

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

background-color css

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

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

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

border-color css

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

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

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