#7A6F60

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

Shades of Sandstone #7A6F60

Tints of Sandstone #7A6F60

Color information

#7A6F60 (or 0x7A6F60) is unknown color: approx Sandstone. HEX triplet: 7A, 6F and 60. RGB value is (122,111,96). Sum of RGB (Red+Green+Blue) = 122+111+96=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6F60 is #85909F. Grayscale: #707070. Windows color (decimal): -8753312 or 6319994. OLE color: 6319994.

HSL color Cylindrical-coordinate representation of color #7A6F60: hue angle of 34.62º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A6F60 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB12211196-
CMYK00.090.210.52
HSL34.62º11.93%42.75%-
HSV(B)34.62º21.31%47.84%-
XYZ15.8216.3513.39-
YUV112.58118.64134.72-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.08%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 96 (37.89% from 255) = 29.18%
R=37.08%
G=33.74%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221119600.090.210.5234.6211.9342.75
Hex7A6F6009153423c2b
Octal1721571400112564431453
Binary11110101101111110000001001101011101001000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,111,96); }

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

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

 a { background-color: rgb(122,111,96); }

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

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

 span { border-color: rgb(122,111,96); }

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