Html Css Color HEX #7E746E Sand Dune

📋 copy color: '#7E746E'

red 126 ◦ green 116 ◦ blue 110

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

Shades of Sand Dune #7E746E

Tints of Sand Dune #7E746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.95%

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

R = 35.8%
G = 32.95%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7E746E (or 0x7E746E) is known color: Sand Dune. HEX triplet: 7E, 74 and 6E. RGB value is (126,116,110). Sum of RGB (Red+Green+Blue) = 126+116+110=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 126 - color contains mainly: red. Hex color #7E746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E746E is #818B91. Grayscale: #767676. Windows color (decimal): -8489874 or 7238782. OLE color: 7238782.

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

Color convert

RGB 126 116 110 -
CMYK 0 0.08 0.13 0.51
HSL 22.5º 0.07% 0.46% -
HSV(B) 22.5º 0.13% 0.49% -
XYZ 17.66 18.05 17.31 -
YUV 118.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 126 116 110 0 0.08 0.13 0.51 22.5 0.07 0.46
Hex 7E 74 6E 0 8 D 33 16 7 2E
Octal 176 164 156 0 10 15 63 26 7 56
Binary 1111110 1110100 1101110 0 1000 1101 110011 10110 111 101110

Color Harmonies of #7E746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E746E

Black with #7E746E

Text Example


Text Example

White with #7E746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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