#7A736A

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

Shades of Sandstone #7A736A

Tints of Sandstone #7A736A

Color information

#7A736A (or 0x7A736A) is unknown color: approx Sandstone. HEX triplet: 7A, 73 and 6A. RGB value is (122,115,106). Sum of RGB (Red+Green+Blue) = 122+115+106=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 115 (45.31% from 255 or 33.53% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 122 - color contains mainly: red. Hex color #7A736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A736A is #858C95. Grayscale: #747474. Windows color (decimal): -8752278 or 6976378. OLE color: 6976378.

HSL color Cylindrical-coordinate representation of color #7A736A: hue angle of 33.75º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7A736A is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB122115106-
CMYK00.060.130.52
HSL33.75º7.02%44.71%-
HSV(B)33.75º13.11%47.84%-
XYZ16.7617.4416.12-
YUV116.07122.32132.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 35.57%
GREEN value IS 115 (45.31% from 255) = 33.53%
BLUE value IS 106 (41.80% from 255) = 30.90%
R=35.57%
G=33.53%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12211510600.060.130.5233.757.0244.71
Hex7A736A06D342272d
Octal17216315206156442755
Binary11110101110011110101001101101110100100010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,115,106); }

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

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

 a { background-color: rgb(122,115,106); }

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

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

 span { border-color: rgb(122,115,106); }

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