#7A6B55

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

Shades of Sandstone #7A6B55

Tints of Sandstone #7A6B55

Color information

#7A6B55 (or 0x7A6B55) is unknown color: approx Sandstone. HEX triplet: 7A, 6B and 55. RGB value is (122,107,85). Sum of RGB (Red+Green+Blue) = 122+107+85=314 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.85% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 122 - color contains mainly: red. Hex color #7A6B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A6B55 is #8594AA. Grayscale: #6D6D6D. Windows color (decimal): -8754347 or 5598074. OLE color: 5598074.

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

Color convert

RGB12210785-
CMYK00.120.300.52
HSL35.68º17.87%40.59%-
HSV(B)35.68º30.33%47.84%-
XYZ14.9215.3110.76-
YUV108.98114.47137.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.85%
GREEN value IS 107 (42.19% from 255) = 34.08%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=38.85%
G=34.08%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221078500.120.300.5235.6817.8740.59
Hex7A6B550C1E34241229
Octal1721531250143664442251
Binary111101011010111010101011001111011010010010010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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