Html Css Color HEX #7E786E Arrowtown

📋 copy color: '#7E786E'

red 126 ◦ green 120 ◦ blue 110

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

Shades of Arrowtown #7E786E

Tints of Arrowtown #7E786E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.71%

 BLUE value IS 110 (43.36% from 255) = 30.9%

R = 35.39%
G = 33.71%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E786E (or 0x7E786E) is known color: Arrowtown. HEX triplet: 7E, 78 and 6E. RGB value is (126,120,110). Sum of RGB (Red+Green+Blue) = 126+120+110=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 126 - color contains mainly: red. Hex color #7E786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E786E is #818791. Grayscale: #787878. Windows color (decimal): -8488850 or 7239806. OLE color: 7239806.

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

Color convert

RGB 126 120 110 -
CMYK 0 0.05 0.13 0.51
HSL 37.5º 0.07% 0.46% -
HSV(B) 37.5º 0.13% 0.49% -
XYZ 18.14 18.99 17.46 -
YUV 120.65 121.99 131.81 -
System Red Green Blue C M Y K H S L
Decimal 126 120 110 0 0.05 0.13 0.51 37.5 0.07 0.46
Hex 7E 78 6E 0 5 D 33 26 7 2E
Octal 176 170 156 0 5 15 63 46 7 56
Binary 1111110 1111000 1101110 0 101 1101 110011 100110 111 101110

Color Harmonies of #7E786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E786E

Black with #7E786E

Text Example


Text Example

White with #7E786E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,120,110); }

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

background-color css

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

 a { background-color: rgb(126,120,110); }

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

border-color css

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

 span { border-color: rgb(126,120,110); }

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