#726B66

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

Shades of Sandstone #726B66

Tints of Sandstone #726B66

Color information

#726B66 (or 0x726B66) is unknown color: approx Sandstone. HEX triplet: 72, 6B and 66. RGB value is (114,107,102). Sum of RGB (Red+Green+Blue) = 114+107+102=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #726B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B66 is #8D9499. Grayscale: #6C6C6C. Windows color (decimal): -9278618 or 6712178. OLE color: 6712178.

HSL color Cylindrical-coordinate representation of color #726B66: hue angle of 25º 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 #726B66 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB114107102-
CMYK00.060.110.55
HSL25º5.56%42.35%-
HSV(B)25º10.53%44.71%-
XYZ14.615.0514.71-
YUV108.52124.32131.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 102 (40.23% from 255) = 31.58%
R=35.29%
G=33.13%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11410710200.060.110.55255.5642.35
Hex726B6606B371962a
Octal16215314606136731652
Binary1110010110101111001100110101111011111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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