Html Css Color HEX #807868 Arrowtown

📋 copy color: '#807868'

red 128 ◦ green 120 ◦ blue 104

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

Shades of Arrowtown #807868

Tints of Arrowtown #807868

RGB

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

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

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

R = 36.36%
G = 34.09%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#807868 (or 0x807868) is known color: Arrowtown. HEX triplet: 80, 78 and 68. RGB value is (128,120,104). Sum of RGB (Red+Green+Blue) = 128+120+104=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 128 - color contains mainly: red. Hex color #807868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807868 is #7F8797. Grayscale: #787878. Windows color (decimal): -8357784 or 6846592. OLE color: 6846592.

HSL color Cylindrical-coordinate representation of color #807868: hue angle of 40º 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 #807868 is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 120 104 -
CMYK 0 0.06 0.19 0.50
HSL 40º 0.1% 0.45% -
HSV(B) 40º 0.19% 0.5% -
XYZ 18.12 19.02 15.81 -
YUV 120.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 128 120 104 0 0.06 0.19 0.50 40 0.1 0.45
Hex 80 78 68 0 6 13 32 28 A 2D
Octal 200 170 150 0 6 23 62 50 12 55
Binary 10000000 1111000 1101000 0 110 10011 110010 101000 1010 101101

Color Harmonies of #807868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807868

Black with #807868

Text Example


Text Example

White with #807868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807868; }

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

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

background-color css

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

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

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

border-color css

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

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

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