Html Css Color HEX #7E7266 Sand Dune

📋 copy color: '#7E7266'

red 126 ◦ green 114 ◦ blue 102

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

Shades of Sand Dune #7E7266

Tints of Sand Dune #7E7266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.33%

 BLUE value IS 102 (40.23% from 255) = 29.82%

R = 36.84%
G = 33.33%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#7E7266 (or 0x7E7266) is known color: Sand Dune. HEX triplet: 7E, 72 and 66. RGB value is (126,114,102). Sum of RGB (Red+Green+Blue) = 126+114+102=342 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.84% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7266 is #818D99. Grayscale: #747474. Windows color (decimal): -8490394 or 6713982. OLE color: 6713982.

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

Color convert

RGB 126 114 102 -
CMYK 0 0.10 0.19 0.51
HSL 30º 0.11% 0.45% -
HSV(B) 30º 0.19% 0.49% -
XYZ 17.02 17.43 15.04 -
YUV 116.22 119.98 134.98 -
System Red Green Blue C M Y K H S L
Decimal 126 114 102 0 0.10 0.19 0.51 30 0.11 0.45
Hex 7E 72 66 0 A 13 33 1E B 2D
Octal 176 162 146 0 12 23 63 36 13 55
Binary 1111110 1110010 1100110 0 1010 10011 110011 11110 1011 101101

Color Harmonies of #7E7266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7266

Black with #7E7266

Text Example


Text Example

White with #7E7266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,114,102); }

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

background-color css

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

 a { background-color: rgb(126,114,102); }

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

border-color css

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

 span { border-color: rgb(126,114,102); }

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