#726B5E

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

Shades of Sandstone #726B5E

Tints of Sandstone #726B5E

Color information

#726B5E (or 0x726B5E) is unknown color: approx Sandstone. HEX triplet: 72, 6B and 5E. RGB value is (114,107,94). Sum of RGB (Red+Green+Blue) = 114+107+94=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #726B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726B5E is #8D94A1. Grayscale: #6B6B6B. Windows color (decimal): -9278626 or 6187890. OLE color: 6187890.

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

Color convert

RGB11410794-
CMYK00.060.180.55
HSL39º9.62%40.78%-
HSV(B)39º17.54%44.71%-
XYZ14.2214.912.72-
YUV107.61120.32132.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 107 (42.19% from 255) = 33.97%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=36.19%
G=33.97%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141079400.060.180.55399.6240.78
Hex726B5E06123727a29
Octal162153136062267471251
Binary1110010110101110111100110100101101111001111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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