#7A6B58

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

Shades of Sandstone #7A6B58

Tints of Sandstone #7A6B58

Color information

#7A6B58 (or 0x7A6B58) is unknown color: approx Sandstone. HEX triplet: 7A, 6B and 58. RGB value is (122,107,88). Sum of RGB (Red+Green+Blue) = 122+107+88=317 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.49% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B58 is #8594A7. Grayscale: #6D6D6D. Windows color (decimal): -8754344 or 5794682. OLE color: 5794682.

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

Color convert

RGB12210788-
CMYK00.120.280.52
HSL33.53º16.19%41.18%-
HSV(B)33.53º27.87%47.84%-
XYZ15.0515.3611.4-
YUV109.32115.97137.04-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.49%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=38.49%
G=33.75%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221078800.120.280.5233.5316.1941.18
Hex7A6B580C1C34221029
Octal1721531300143464422051
Binary111101011010111011000011001110011010010001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,107,88); }

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

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

 a { background-color: rgb(122,107,88); }

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

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

 span { border-color: rgb(122,107,88); }

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