Html Css Color HEX #807C6F Arrowtown

📋 copy color: '#807C6F'

red 128 ◦ green 124 ◦ blue 111

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

Shades of Arrowtown #807C6F

Tints of Arrowtown #807C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.16%

 BLUE value IS 111 (43.75% from 255) = 30.58%

R = 35.26%
G = 34.16%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#807C6F (or 0x807C6F) is known color: Arrowtown. HEX triplet: 80, 7C and 6F. RGB value is (128,124,111). Sum of RGB (Red+Green+Blue) = 128+124+111=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 128 - color contains mainly: red. Hex color #807C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C6F is #7F8390. Grayscale: #7B7B7B. Windows color (decimal): -8356753 or 7306368. OLE color: 7306368.

HSL color Cylindrical-coordinate representation of color #807C6F: hue angle of 45.88º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #807C6F is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 124 111 -
CMYK 0 0.03 0.13 0.50
HSL 45.88º 0.07% 0.47% -
HSV(B) 45.88º 0.13% 0.5% -
XYZ 18.98 20.15 17.93 -
YUV 123.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 128 124 111 0 0.03 0.13 0.50 45.88 0.07 0.47
Hex 80 7C 6F 0 3 D 32 2E 7 2F
Octal 200 174 157 0 3 15 62 56 7 57
Binary 10000000 1111100 1101111 0 11 1101 110010 101110 111 101111

Color Harmonies of #807C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C6F

Black with #807C6F

Text Example


Text Example

White with #807C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807C6F; }

 p { color: rgb(128,124,111); }

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

background-color css

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

 a { background-color: rgb(128,124,111); }

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

border-color css

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

 span { border-color: rgb(128,124,111); }

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