#726A64

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

Shades of Sandstone #726A64

Tints of Sandstone #726A64

Color information

#726A64 (or 0x726A64) is unknown color: approx Sandstone. HEX triplet: 72, 6A and 64. RGB value is (114,106,100). Sum of RGB (Red+Green+Blue) = 114+106+100=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #726A64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A64 is #8D959B. Grayscale: #6B6B6B. Windows color (decimal): -9278876 or 6580850. OLE color: 6580850.

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

Color convert

RGB114106100-
CMYK00.070.120.55
HSL25.71º6.54%41.96%-
HSV(B)25.71º12.28%44.71%-
XYZ14.3914.8114.16-
YUV107.71123.65132.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.62%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 100 (39.45% from 255) = 31.25%
R=35.62%
G=33.12%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410610000.070.120.5525.716.5441.96
Hex726A6407C371a72a
Octal16215214407146732752
Binary1110010110101011001000111110011011111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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