#726C66

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

Shades of Sandstone #726C66

Tints of Sandstone #726C66

Color information

#726C66 (or 0x726C66) is unknown color: approx Sandstone. HEX triplet: 72, 6C and 66. RGB value is (114,108,102). Sum of RGB (Red+Green+Blue) = 114+108+102=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 102 (40.23% from 255 or 31.48% from 324); Max value from RGB is 114 - color contains mainly: red. Hex color #726C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C66 is #8D9399. Grayscale: #6D6D6D. Windows color (decimal): -9278362 or 6712434. OLE color: 6712434.

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

Color convert

RGB114108102-
CMYK00.050.110.55
HSL30º5.56%42.35%-
HSV(B)30º10.53%44.71%-
XYZ14.715.2614.74-
YUV109.11123.99131.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 31.48%
R=35.19%
G=33.33%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410810200.050.110.55305.5642.35
Hex726C6605B371e62a
Octal16215414605136736652
Binary1110010110110011001100101101111011111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,108,102); }

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

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

 a { background-color: rgb(114,108,102); }

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

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

 span { border-color: rgb(114,108,102); }

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