#7A6E5E

Color #7A6E5E Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #7A6E5E

Tints of Sandstone #7A6E5E

Color information

#7A6E5E (or 0x7A6E5E) is unknown color: approx Sandstone. HEX triplet: 7A, 6E and 5E. RGB value is (122,110,94). Sum of RGB (Red+Green+Blue) = 122+110+94=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E5E is #8591A1. Grayscale: #6F6F6F. Windows color (decimal): -8753570 or 6188666. OLE color: 6188666.

HSL color Cylindrical-coordinate representation of color #7A6E5E: hue angle of 34.29º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A6E5E is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB12211094-
CMYK00.100.230.52
HSL34.29º12.96%42.35%-
HSV(B)34.29º22.95%47.84%-
XYZ15.6216.112.87-
YUV111.76117.98135.3-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.42%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 94 (37.11% from 255) = 28.83%
R=37.42%
G=33.74%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221109400.100.230.5234.2912.9642.35
Hex7A6E5E0A173422d2a
Octal1721561360122764421552
Binary11110101101110101111001010101111101001000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,94); }

 H1.HeaderClassName
 {
   color: #7A6E5E;
 }
 .AnyTagClassName
 {
   color: #7A6E5E;
 }
</style>
background-color css

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

 a { background-color: rgb(122,110,94); }

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

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

 span { border-color: rgb(122,110,94); }

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