#796B5B

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

Shades of Sandstone #796B5B

Tints of Sandstone #796B5B

Color information

#796B5B (or 0x796B5B) is unknown color: approx Sandstone. HEX triplet: 79, 6B and 5B. RGB value is (121,107,91). Sum of RGB (Red+Green+Blue) = 121+107+91=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #796B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B5B is #8694A4. Grayscale: #6D6D6D. Windows color (decimal): -8819877 or 5991289. OLE color: 5991289.

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

Color convert

RGB12110791-
CMYK00.120.250.53
HSL32º14.15%41.57%-
HSV(B)32º24.79%47.45%-
XYZ15.0315.3412.07-
YUV109.36117.64136.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=37.93%
G=33.54%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211079100.120.250.533214.1541.57
Hex796B5B0C193520e2a
Octal1711531330143165401652
Binary11110011101011101101101100110011101011000001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,107,91); }

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

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

 a { background-color: rgb(121,107,91); }

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

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

 span { border-color: rgb(121,107,91); }

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