#7E7A68

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

Shades of Arrowtown #7E7A68

Tints of Arrowtown #7E7A68

Color information

#7E7A68 (or 0x7E7A68) is unknown color: approx Arrowtown. HEX triplet: 7E, 7A and 68. RGB value is (126,122,104). Sum of RGB (Red+Green+Blue) = 126+122+104=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7A68 is #818597. Grayscale: #797979. Windows color (decimal): -8488344 or 6847102. OLE color: 6847102.

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

Color convert

RGB126122104-
CMYK00.030.170.51
HSL49.09º9.57%45.1%-
HSV(B)49.09º17.46%49.41%-
XYZ18.0619.3515.88-
YUV121.14118.33131.46-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.80%
GREEN value IS 122 (48.05% from 255) = 34.66%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=35.80%
G=34.66%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12612210400.030.170.5149.099.5745.1
Hex7E7A6803113331a2d
Octal176172150032163611255
Binary111111011110101101000011100011100111100011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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