#7A6E62

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

Shades of Sandstone #7A6E62

Tints of Sandstone #7A6E62

Color information

#7A6E62 (or 0x7A6E62) is unknown color: approx Sandstone. HEX triplet: 7A, 6E and 62. RGB value is (122,110,98). Sum of RGB (Red+Green+Blue) = 122+110+98=330 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.97% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6E62 is #85919D. Grayscale: #707070. Windows color (decimal): -8753566 or 6450810. OLE color: 6450810.

HSL color Cylindrical-coordinate representation of color #7A6E62: hue angle of 30º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A6E62 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB12211098-
CMYK00.100.200.52
HSL30º10.91%43.14%-
HSV(B)30º19.67%47.84%-
XYZ15.8116.1713.84-
YUV112.22119.98134.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.97%
GREEN value IS 110 (43.36% from 255) = 33.33%
BLUE value IS 98 (38.67% from 255) = 29.70%
R=36.97%
G=33.33%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221109800.100.200.523010.9143.14
Hex7A6E620A14341eb2b
Octal1721561420122464361353
Binary1111010110111011000100101010100110100111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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