#726C62

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

Shades of Sandstone #726C62

Tints of Sandstone #726C62

Color information

#726C62 (or 0x726C62) is unknown color: approx Sandstone. HEX triplet: 72, 6C and 62. RGB value is (114,108,98). Sum of RGB (Red+Green+Blue) = 114+108+98=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 114 - color contains mainly: red. Hex color #726C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726C62 is #8D939D. Grayscale: #6C6C6C. Windows color (decimal): -9278366 or 6450290. OLE color: 6450290.

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

Color convert

RGB11410898-
CMYK00.050.140.55
HSL37.5º7.55%41.57%-
HSV(B)37.5º14.04%44.71%-
XYZ14.5115.1813.72-
YUV108.65121.99131.81-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.62%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=35.62%
G=33.75%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141089800.050.140.5537.57.5541.57
Hex726C6205E372682a
Octal162154142051667461052
Binary111001011011001100010010111101101111001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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