Html Css Color HEX #807C69 Arrowtown

📋 copy color: '#807C69'

red 128 ◦ green 124 ◦ blue 105

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

Shades of Arrowtown #807C69

Tints of Arrowtown #807C69

RGB

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

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

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

R = 35.85%
G = 34.73%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#807C69 (or 0x807C69) is known color: Arrowtown. HEX triplet: 80, 7C and 69. RGB value is (128,124,105). Sum of RGB (Red+Green+Blue) = 128+124+105=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #807C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807C69 is #7F8396. Grayscale: #7B7B7B. Windows color (decimal): -8356759 or 6913152. OLE color: 6913152.

HSL color Cylindrical-coordinate representation of color #807C69: hue angle of 49.57º 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 #807C69 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 124 105 -
CMYK 0 0.03 0.18 0.50
HSL 49.57º 0.1% 0.46% -
HSV(B) 49.57º 0.18% 0.5% -
XYZ 18.66 20.02 16.25 -
YUV 123.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 128 124 105 0 0.03 0.18 0.50 49.57 0.1 0.46
Hex 80 7C 69 0 3 12 32 32 A 2E
Octal 200 174 151 0 3 22 62 62 12 56
Binary 10000000 1111100 1101001 0 11 10010 110010 110010 1010 101110

Color Harmonies of #807C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C69

Black with #807C69

Text Example


Text Example

White with #807C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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