Html Css Color HEX #7E7263 Sandstone

📋 copy color: '#7E7263'

red 126 ◦ green 114 ◦ blue 99

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

Shades of Sandstone #7E7263

Tints of Sandstone #7E7263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.2%

R = 37.17%
G = 33.63%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.51

RGB Variations

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

Color information

#7E7263 (or 0x7E7263) is known color: Sandstone. HEX triplet: 7E, 72 and 63. RGB value is (126,114,99). Sum of RGB (Red+Green+Blue) = 126+114+99=339 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.17% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 126 - color contains mainly: red. Hex color #7E7263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E7263 is #818D9C. Grayscale: #737373. Windows color (decimal): -8490397 or 6517374. OLE color: 6517374.

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

Color convert

RGB 126 114 99 -
CMYK 0 0.10 0.21 0.51
HSL 33.33º 0.12% 0.44% -
HSV(B) 33.33º 0.21% 0.49% -
XYZ 16.87 17.37 14.27 -
YUV 115.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 126 114 99 0 0.10 0.21 0.51 33.33 0.12 0.44
Hex 7E 72 63 0 A 15 33 21 C 2C
Octal 176 162 143 0 12 25 63 41 14 54
Binary 1111110 1110010 1100011 0 1010 10101 110011 100001 1100 101100

Color Harmonies of #7E7263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E7263

Black with #7E7263

Text Example


Text Example

White with #7E7263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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