#726B5F

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

Shades of Sandstone #726B5F

Tints of Sandstone #726B5F

Color information

#726B5F (or 0x726B5F) is unknown color: approx Sandstone. HEX triplet: 72, 6B and 5F. RGB value is (114,107,95). Sum of RGB (Red+Green+Blue) = 114+107+95=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 114 - color contains mainly: red. Hex color #726B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B5F is #8D94A0. Grayscale: #6B6B6B. Windows color (decimal): -9278625 or 6253426. OLE color: 6253426.

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

Color convert

RGB11410795-
CMYK00.060.170.55
HSL37.89º9.09%40.98%-
HSV(B)37.89º16.67%44.71%-
XYZ14.2614.9212.95-
YUV107.72120.82132.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=36.08%
G=33.86%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141079500.060.170.5537.899.0940.98
Hex726B5F06113726929
Octal162153137062167461151
Binary1110010110101110111110110100011101111001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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