Html Css Color HEX #7E705B Sandstone

📋 copy color: '#7E705B'

red 126 ◦ green 112 ◦ blue 91

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

Shades of Sandstone #7E705B

Tints of Sandstone #7E705B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.04%

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 38.3%
G = 34.04%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7E705B (or 0x7E705B) is known color: Sandstone. HEX triplet: 7E, 70 and 5B. RGB value is (126,112,91). Sum of RGB (Red+Green+Blue) = 126+112+91=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 126 - color contains mainly: red. Hex color #7E705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E705B is #818FA4. Grayscale: #717171. Windows color (decimal): -8490917 or 5992574. OLE color: 5992574.

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

Color convert

RGB 126 112 91 -
CMYK 0 0.11 0.28 0.51
HSL 36º 0.16% 0.43% -
HSV(B) 36º 0.28% 0.49% -
XYZ 16.29 16.78 12.28 -
YUV 113.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 126 112 91 0 0.11 0.28 0.51 36 0.16 0.43
Hex 7E 70 5B 0 B 1C 33 24 10 2B
Octal 176 160 133 0 13 34 63 44 20 53
Binary 1111110 1110000 1011011 0 1011 11100 110011 100100 10000 101011

Color Harmonies of #7E705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E705B

Black with #7E705B

Text Example


Text Example

White with #7E705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,112,91); }

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

background-color css

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

 a { background-color: rgb(126,112,91); }

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

border-color css

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

 span { border-color: rgb(126,112,91); }

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