Html Css Color HEX #7E7A6D Arrowtown

📋 copy color: '#7E7A6D'

red 126 ◦ green 122 ◦ blue 109

#7E7A6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arrowtown #7E7A6D

Tints of Arrowtown #7E7A6D

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 value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E7A6D (or 0x7E7A6D) is known color: 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

RGB 126 122 109 -
CMYK 0 0.03 0.13 0.51
HSL 45.88º 0.07% 0.46% -
HSV(B) 45.88º 0.13% 0.49% -
XYZ 18.32 19.46 17.26 -
YUV 121.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 126 122 109 0 0.03 0.13 0.51 45.88 0.07 0.46
Hex 7E 7A 6D 0 3 D 33 2E 7 2E
Octal 176 172 155 0 3 15 63 56 7 56
Binary 1111110 1111010 1101101 0 11 1101 110011 101110 111 101110

Color Harmonies of #7E7A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7A6D

Black with #7E7A6D

Text Example


Text Example

White with #7E7A6D

Text Example


Text Example

HTML Codes & Css Web 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>