#726D6A

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

Shades of Sandstone #726D6A

Tints of Sandstone #726D6A

Color information

#726D6A (or 0x726D6A) is unknown color: approx Sandstone. HEX triplet: 72, 6D and 6A. RGB value is (114,109,106). Sum of RGB (Red+Green+Blue) = 114+109+106=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 114 - color contains mainly: red. Hex color #726D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726D6A is #8D9295. Grayscale: #6E6E6E. Windows color (decimal): -9278102 or 6974834. OLE color: 6974834.

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

Color convert

RGB114109106-
CMYK00.040.070.55
HSL22.5º3.64%43.14%-
HSV(B)22.5º7.02%44.71%-
XYZ15.0115.5615.85-
YUV110.15125.66130.74-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=34.65%
G=33.13%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410910600.040.070.5522.53.6443.14
Hex726D6A047371742b
Octal1621551520476727453
Binary111001011011011101010010011111011110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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