#796C5D

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

Shades of Sandstone #796C5D

Tints of Sandstone #796C5D

Color information

#796C5D (or 0x796C5D) is unknown color: approx Sandstone. HEX triplet: 79, 6C and 5D. RGB value is (121,108,93). Sum of RGB (Red+Green+Blue) = 121+108+93=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #796C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C5D is #8693A2. Grayscale: #6E6E6E. Windows color (decimal): -8819619 or 6122617. OLE color: 6122617.

HSL color Cylindrical-coordinate representation of color #796C5D: hue angle of 32.14º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #796C5D is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB12110893-
CMYK00.110.230.53
HSL32.14º13.08%41.96%-
HSV(B)32.14º23.14%47.45%-
XYZ15.2215.5812.56-
YUV110.18118.31135.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.58%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 93 (36.72% from 255) = 28.88%
R=37.58%
G=33.54%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211089300.110.230.5332.1413.0841.96
Hex796C5D0B173520d2a
Octal1711541350132765401552
Binary11110011101100101110101011101111101011000001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #796C5D; }

 p { color: rgb(121,108,93); }

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

<style>
 a { background-color: #796C5D; }

 a { background-color: rgb(121,108,93); }

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

<style>
 span { border-color: #796C5D; }

 span { border-color: rgb(121,108,93); }

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