#726A60

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

Shades of Sandstone #726A60

Tints of Sandstone #726A60

Color information

#726A60 (or 0x726A60) is unknown color: approx Sandstone. HEX triplet: 72, 6A and 60. RGB value is (114,106,96). Sum of RGB (Red+Green+Blue) = 114+106+96=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #726A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A60 is #8D959F. Grayscale: #6B6B6B. Windows color (decimal): -9278880 or 6318706. OLE color: 6318706.

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

Color convert

RGB11410696-
CMYK00.070.160.55
HSL33.33º8.57%41.18%-
HSV(B)33.33º15.79%44.71%-
XYZ14.214.7313.16-
YUV107.25121.65132.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 96 (37.89% from 255) = 30.38%
R=36.08%
G=33.54%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141069600.070.160.5533.338.5741.18
Hex726A6007103721929
Octal162152140072067411151
Binary1110010110101011000000111100001101111000011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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