Html Css Color HEX #807B6A Arrowtown

📋 copy color: '#807B6A'

red 128 ◦ green 123 ◦ blue 106

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

Shades of Arrowtown #807B6A

Tints of Arrowtown #807B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.69%

R = 35.85%
G = 34.45%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#807B6A (or 0x807B6A) is known color: Arrowtown. HEX triplet: 80, 7B and 6A. RGB value is (128,123,106). Sum of RGB (Red+Green+Blue) = 128+123+106=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 128 - color contains mainly: red. Hex color #807B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807B6A is #7F8495. Grayscale: #7A7A7A. Windows color (decimal): -8357014 or 6978432. OLE color: 6978432.

HSL color Cylindrical-coordinate representation of color #807B6A: hue angle of 46.36º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #807B6A is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 123 106 -
CMYK 0 0.04 0.17 0.50
HSL 46.36º 0.09% 0.46% -
HSV(B) 46.36º 0.17% 0.5% -
XYZ 18.59 19.8 16.48 -
YUV 122.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 128 123 106 0 0.04 0.17 0.50 46.36 0.09 0.46
Hex 80 7B 6A 0 4 11 32 2E 9 2E
Octal 200 173 152 0 4 21 62 56 11 56
Binary 10000000 1111011 1101010 0 100 10001 110010 101110 1001 101110

Color Harmonies of #807B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807B6A

Black with #807B6A

Text Example


Text Example

White with #807B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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