Html Css Color HEX #7E776D Arrowtown

📋 copy color: '#7E776D'

red 126 ◦ green 119 ◦ blue 109

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

Shades of Arrowtown #7E776D

Tints of Arrowtown #7E776D

RGB

 RED value IS 126 (49.61% from 255) = 35.59%

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 109 (42.97% from 255) = 30.79%

R = 35.59%
G = 33.62%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E776D (or 0x7E776D) is known color: Arrowtown. HEX triplet: 7E, 77 and 6D. RGB value is (126,119,109). Sum of RGB (Red+Green+Blue) = 126+119+109=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 126 - color contains mainly: red. Hex color #7E776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E776D is #818892. Grayscale: #777777. Windows color (decimal): -8489107 or 7174014. OLE color: 7174014.

HSL color Cylindrical-coordinate representation of color #7E776D: hue angle of 35.29º 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 #7E776D is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 119 109 -
CMYK 0 0.06 0.13 0.51
HSL 35.29º 0.07% 0.46% -
HSV(B) 35.29º 0.13% 0.49% -
XYZ 17.96 18.73 17.14 -
YUV 119.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 126 119 109 0 0.06 0.13 0.51 35.29 0.07 0.46
Hex 7E 77 6D 0 6 D 33 23 7 2E
Octal 176 167 155 0 6 15 63 43 7 56
Binary 1111110 1110111 1101101 0 110 1101 110011 100011 111 101110

Color Harmonies of #7E776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E776D

Black with #7E776D

Text Example


Text Example

White with #7E776D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E776D;
 }
 .AnyTagClassName
 {
   color: #7E776D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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