Html Css Color HEX #7E726B Sand Dune

📋 copy color: '#7E726B'

red 126 ◦ green 114 ◦ blue 107

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

Shades of Sand Dune #7E726B

Tints of Sand Dune #7E726B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.84%

R = 36.31%
G = 32.85%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.51

RGB Variations

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

Color information

#7E726B (or 0x7E726B) is known color: Sand Dune. HEX triplet: 7E, 72 and 6B. RGB value is (126,114,107). Sum of RGB (Red+Green+Blue) = 126+114+107=347 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.31% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 126 - color contains mainly: red. Hex color #7E726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E726B is #818D94. Grayscale: #747474. Windows color (decimal): -8490389 or 7041662. OLE color: 7041662.

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

Color convert

RGB 126 114 107 -
CMYK 0 0.10 0.15 0.51
HSL 22.11º 0.08% 0.46% -
HSV(B) 22.11º 0.15% 0.49% -
XYZ 17.28 17.53 16.38 -
YUV 116.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 126 114 107 0 0.10 0.15 0.51 22.11 0.08 0.46
Hex 7E 72 6B 0 A F 33 16 8 2E
Octal 176 162 153 0 12 17 63 26 10 56
Binary 1111110 1110010 1101011 0 1010 1111 110011 10110 1000 101110

Color Harmonies of #7E726B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E726B

Black with #7E726B

Text Example


Text Example

White with #7E726B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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