#7F776A

Color #7F776A Arrowtown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arrowtown #7F776A

Tints of Arrowtown #7F776A

Color information

#7F776A (or 0x7F776A) is unknown color: approx Arrowtown. HEX triplet: 7F, 77 and 6A. RGB value is (127,119,106). Sum of RGB (Red+Green+Blue) = 127+119+106=352 (46% of max value = 765). Red value is 127 (50% from 255 or 36.08% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 127 - color contains mainly: red. Hex color #7F776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F776A is #808895. Grayscale: #777777. Windows color (decimal): -8423574 or 6977407. OLE color: 6977407.

HSL color Cylindrical-coordinate representation of color #7F776A: hue angle of 37.14º 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 #7F776A is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB127119106-
CMYK00.060.170.50
HSL37.14º9.01%45.69%-
HSV(B)37.14º16.54%49.8%-
XYZ17.9518.7516.31-
YUV119.91120.15133.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.08%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=36.08%
G=33.81%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12711910600.060.170.5037.149.0145.69
Hex7F776A0611322592e
Octal177167152062162451156
Binary1111111111011111010100110100011100101001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F776A; }

 p { color: rgb(127,119,106); }

 H1.HeaderClassName
 {
   color: #7F776A;
 }
 .AnyTagClassName
 {
   color: #7F776A;
 }
</style>
background-color css

<style>
 a { background-color: #7F776A; }

 a { background-color: rgb(127,119,106); }

 div.DivClassName
 {
   background-color: #7F776A;
 }
 .BgClassName
 {
   background-color: #7F776A;
 }
</style>
border-color css

<style>
 span { border-color: #7F776A; }

 span { border-color: rgb(127,119,106); }

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