#7A6C57

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

Shades of Sandstone #7A6C57

Tints of Sandstone #7A6C57

Color information

#7A6C57 (or 0x7A6C57) is unknown color: approx Sandstone. HEX triplet: 7A, 6C and 57. RGB value is (122,108,87). Sum of RGB (Red+Green+Blue) = 122+108+87=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6C57 is #8593A8. Grayscale: #6D6D6D. Windows color (decimal): -8754089 or 5729402. OLE color: 5729402.

HSL color Cylindrical-coordinate representation of color #7A6C57: hue angle of 36º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A6C57 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB12210887-
CMYK00.110.290.52
HSL36º16.75%40.98%-
HSV(B)36º28.69%47.84%-
XYZ15.1115.5511.22-
YUV109.79115.14136.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.49%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 87 (34.38% from 255) = 27.44%
R=38.49%
G=34.07%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221088700.110.290.523616.7540.98
Hex7A6C570B1D34241129
Octal1721541270133564442151
Binary111101011011001010111010111110111010010010010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,108,87); }

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

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

 a { background-color: rgb(122,108,87); }

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

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

 span { border-color: rgb(122,108,87); }

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