#72706D

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

Shades of Sandstone #72706D

Tints of Sandstone #72706D

Color information

#72706D (or 0x72706D) is unknown color: approx Sandstone. HEX triplet: 72, 70 and 6D. RGB value is (114,112,109). Sum of RGB (Red+Green+Blue) = 114+112+109=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 114 - color contains mainly: red. Hex color #72706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72706D is #8D8F92. Grayscale: #707070. Windows color (decimal): -9277331 or 7172210. OLE color: 7172210.

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

Color convert

RGB114112109-
CMYK00.020.040.55
HSL36º2.24%43.73%-
HSV(B)36º4.39%44.71%-
XYZ15.4916.2716.79-
YUV112.26126.16129.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 109 (42.97% from 255) = 32.54%
R=34.03%
G=33.43%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11411210900.020.040.55362.2443.73
Hex72706D024372422c
Octal1621601550246744254
Binary11100101110000110110101010011011110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72706D; }

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

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

<style>
 a { background-color: #72706D; }

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

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

<style>
 span { border-color: #72706D; }

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

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