Html Css Color HEX #7E7160 Sandstone

📋 copy color: '#7E7160'

red 126 ◦ green 113 ◦ blue 96

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

Shades of Sandstone #7E7160

Tints of Sandstone #7E7160

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.73%

 BLUE value IS 96 (37.89% from 255) = 28.66%

R = 37.61%
G = 33.73%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#7E7160 (or 0x7E7160) is known color: Sandstone. HEX triplet: 7E, 71 and 60. RGB value is (126,113,96). Sum of RGB (Red+Green+Blue) = 126+113+96=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7160 is #818E9F. Grayscale: #737373. Windows color (decimal): -8490656 or 6320510. OLE color: 6320510.

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

Color convert

RGB 126 113 96 -
CMYK 0 0.10 0.24 0.51
HSL 34º 0.14% 0.44% -
HSV(B) 34º 0.24% 0.49% -
XYZ 16.62 17.09 13.49 -
YUV 114.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 126 113 96 0 0.10 0.24 0.51 34 0.14 0.44
Hex 7E 71 60 0 A 18 33 22 E 2C
Octal 176 161 140 0 12 30 63 42 16 54
Binary 1111110 1110001 1100000 0 1010 11000 110011 100010 1110 101100

Color Harmonies of #7E7160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7160

Black with #7E7160

Text Example


Text Example

White with #7E7160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,113,96); }

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

background-color css

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

 a { background-color: rgb(126,113,96); }

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

border-color css

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

 span { border-color: rgb(126,113,96); }

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