#726962

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

Shades of Sandstone #726962

Tints of Sandstone #726962

Color information

#726962 (or 0x726962) is unknown color: approx Sandstone. HEX triplet: 72, 69 and 62. RGB value is (114,105,98). Sum of RGB (Red+Green+Blue) = 114+105+98=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 114 - color contains mainly: red. Hex color #726962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726962 is #8D969D. Grayscale: #6A6A6A. Windows color (decimal): -9279134 or 6449522. OLE color: 6449522.

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

Color convert

RGB11410598-
CMYK00.080.140.55
HSL26.25º7.55%41.57%-
HSV(B)26.25º14.04%44.71%-
XYZ14.214.5613.62-
YUV106.89122.98133.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=35.96%
G=33.12%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141059800.080.140.5526.257.5541.57
Hex72696208E371a82a
Octal1621511420101667321052
Binary111001011010011100010010001110110111110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726962; }

 p { color: rgb(114,105,98); }

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

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

 a { background-color: rgb(114,105,98); }

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

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

 span { border-color: rgb(114,105,98); }

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