#726A5C

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

Shades of Sandstone #726A5C

Tints of Sandstone #726A5C

Color information

#726A5C (or 0x726A5C) is unknown color: approx Sandstone. HEX triplet: 72, 6A and 5C. RGB value is (114,106,92). Sum of RGB (Red+Green+Blue) = 114+106+92=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 114 - color contains mainly: red. Hex color #726A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726A5C is #8D95A3. Grayscale: #6A6A6A. Windows color (decimal): -9278884 or 6056562. OLE color: 6056562.

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

Color convert

RGB11410692-
CMYK00.070.190.55
HSL38.18º10.68%40.39%-
HSV(B)38.18º19.3%44.71%-
XYZ14.0314.6612.22-
YUV106.8119.65133.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.54%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 92 (36.33% from 255) = 29.49%
R=36.54%
G=33.97%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141069200.070.190.5538.1810.6840.39
Hex726A5C07133726b28
Octal162152134072367461350
Binary1110010110101010111000111100111101111001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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