Html Css Color HEX #807B69 Arrowtown

📋 copy color: '#807B69'

red 128 ◦ green 123 ◦ blue 105

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

Shades of Arrowtown #807B69

Tints of Arrowtown #807B69

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

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

R = 35.96%
G = 34.55%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#807B69 (or 0x807B69) is known color: Arrowtown. HEX triplet: 80, 7B and 69. RGB value is (128,123,105). Sum of RGB (Red+Green+Blue) = 128+123+105=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 128 - color contains mainly: red. Hex color #807B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807B69 is #7F8496. Grayscale: #7A7A7A. Windows color (decimal): -8357015 or 6912896. OLE color: 6912896.

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

Color convert

RGB 128 123 105 -
CMYK 0 0.04 0.18 0.50
HSL 46.96º 0.1% 0.46% -
HSV(B) 46.96º 0.18% 0.5% -
XYZ 18.53 19.78 16.2 -
YUV 122.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 128 123 105 0 0.04 0.18 0.50 46.96 0.1 0.46
Hex 80 7B 69 0 4 12 32 2F A 2E
Octal 200 173 151 0 4 22 62 57 12 56
Binary 10000000 1111011 1101001 0 100 10010 110010 101111 1010 101110

Color Harmonies of #807B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807B69

Black with #807B69

Text Example


Text Example

White with #807B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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