Html Css Color HEX #807B6B Arrowtown

📋 copy color: '#807B6B'

red 128 ◦ green 123 ◦ blue 107

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

Shades of Arrowtown #807B6B

Tints of Arrowtown #807B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.89%

R = 35.75%
G = 34.36%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#807B6B (or 0x807B6B) is known color: Arrowtown. HEX triplet: 80, 7B and 6B. RGB value is (128,123,107). Sum of RGB (Red+Green+Blue) = 128+123+107=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 128 - color contains mainly: red. Hex color #807B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807B6B is #7F8494. Grayscale: #7A7A7A. Windows color (decimal): -8357013 or 7043968. OLE color: 7043968.

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

Color convert

RGB 128 123 107 -
CMYK 0 0.04 0.16 0.50
HSL 45.71º 0.09% 0.46% -
HSV(B) 45.71º 0.16% 0.5% -
XYZ 18.64 19.82 16.75 -
YUV 122.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 128 123 107 0 0.04 0.16 0.50 45.71 0.09 0.46
Hex 80 7B 6B 0 4 10 32 2E 9 2E
Octal 200 173 153 0 4 20 62 56 11 56
Binary 10000000 1111011 1101011 0 100 10000 110010 101110 1001 101110

Color Harmonies of #807B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807B6B

Black with #807B6B

Text Example


Text Example

White with #807B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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