#7F796F

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

Shades of Arrowtown #7F796F

Tints of Arrowtown #7F796F

Color information

#7F796F (or 0x7F796F) is unknown color: approx Arrowtown. HEX triplet: 7F, 79 and 6F. RGB value is (127,121,111). Sum of RGB (Red+Green+Blue) = 127+121+111=359 (47% of max value = 765). Red value is 127 (50% from 255 or 35.38% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 127 - color contains mainly: red. Hex color #7F796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F796F is #808690. Grayscale: #797979. Windows color (decimal): -8423057 or 7305599. OLE color: 7305599.

HSL color Cylindrical-coordinate representation of color #7F796F: hue angle of 37.5º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F796F is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB127121111-
CMYK00.050.130.50
HSL37.5º6.72%46.67%-
HSV(B)37.5º12.6%49.8%-
XYZ18.4619.3317.8-
YUV121.65121.99131.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.38%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=35.38%
G=33.70%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12712111100.050.130.5037.56.7246.67
Hex7F796F05D322672f
Octal17717115705156246757
Binary11111111111001110111101011101110010100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,121,111); }

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

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

 a { background-color: rgb(127,121,111); }

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

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

 span { border-color: rgb(127,121,111); }

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