#7E7A6D

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

Shades of Arrowtown #7E7A6D

Tints of Arrowtown #7E7A6D

Color information

#7E7A6D (or 0x7E7A6D) is unknown color: approx Arrowtown. HEX triplet: 7E, 7A and 6D. RGB value is (126,122,109). Sum of RGB (Red+Green+Blue) = 126+122+109=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7A6D is #818592. Grayscale: #797979. Windows color (decimal): -8488339 or 7174782. OLE color: 7174782.

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

Color convert

RGB126122109-
CMYK00.030.130.51
HSL45.88º7.23%46.08%-
HSV(B)45.88º13.49%49.41%-
XYZ18.3219.4617.26-
YUV121.71120.83131.06-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.29%
GREEN value IS 122 (48.05% from 255) = 34.17%
BLUE value IS 109 (42.97% from 255) = 30.53%
R=35.29%
G=34.17%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12612210900.030.130.5145.887.2346.08
Hex7E7A6D03D332e72e
Octal17617215503156356756
Binary1111110111101011011010111101110011101110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,122,109); }

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

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

 a { background-color: rgb(126,122,109); }

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

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

 span { border-color: rgb(126,122,109); }

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