#7E796F

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

Shades of Arrowtown #7E796F

Tints of Arrowtown #7E796F

Color information

#7E796F (or 0x7E796F) is unknown color: approx Arrowtown. HEX triplet: 7E, 79 and 6F. RGB value is (126,121,111). Sum of RGB (Red+Green+Blue) = 126+121+111=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 126 - color contains mainly: red. Hex color #7E796F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E796F is #818690. Grayscale: #797979. Windows color (decimal): -8488593 or 7305598. OLE color: 7305598.

HSL color Cylindrical-coordinate representation of color #7E796F: hue angle of 40º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7E796F is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB126121111-
CMYK00.040.120.51
HSL40º6.33%46.47%-
HSV(B)40º11.9%49.41%-
XYZ18.3119.2617.79-
YUV121.35122.16131.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.20%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 111 (43.75% from 255) = 31.01%
R=35.20%
G=33.80%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12612111100.040.120.51406.3346.47
Hex7E796F04C332862e
Octal17617115704146350656
Binary11111101111001110111101001100110011101000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E796F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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