#7A6F64

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

Shades of Sandstone #7A6F64

Tints of Sandstone #7A6F64

Color information

#7A6F64 (or 0x7A6F64) is unknown color: approx Sandstone. HEX triplet: 7A, 6F and 64. RGB value is (122,111,100). Sum of RGB (Red+Green+Blue) = 122+111+100=333 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.64% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6F64 is #85909B. Grayscale: #717171. Windows color (decimal): -8753308 or 6582138. OLE color: 6582138.

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

Color convert

RGB122111100-
CMYK00.090.180.52
HSL30º9.91%43.53%-
HSV(B)30º18.03%47.84%-
XYZ16.0116.4314.38-
YUV113.04120.64134.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 36.64%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=36.64%
G=33.33%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211110000.090.180.52309.9143.53
Hex7A6F640912341ea2c
Octal1721571440112264361254
Binary1111010110111111001000100110010110100111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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