#726A61

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

Shades of Sandstone #726A61

Tints of Sandstone #726A61

Color information

#726A61 (or 0x726A61) is unknown color: approx Sandstone. HEX triplet: 72, 6A and 61. RGB value is (114,106,97). Sum of RGB (Red+Green+Blue) = 114+106+97=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #726A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A61 is #8D959E. Grayscale: #6B6B6B. Windows color (decimal): -9278879 or 6384242. OLE color: 6384242.

HSL color Cylindrical-coordinate representation of color #726A61: hue angle of 31.76º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726A61 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB11410697-
CMYK00.070.150.55
HSL31.76º8.06%41.37%-
HSV(B)31.76º14.91%44.71%-
XYZ14.2514.7513.4-
YUV107.37122.15132.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=35.96%
G=33.44%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141069700.070.150.5531.768.0641.37
Hex726A6107F3720829
Octal162152141071767401051
Binary111001011010101100001011111111101111000001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726A61; }

 p { color: rgb(114,106,97); }

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

<style>
 a { background-color: #726A61; }

 a { background-color: rgb(114,106,97); }

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

<style>
 span { border-color: #726A61; }

 span { border-color: rgb(114,106,97); }

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