#796F68

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

Shades of Sandstone #796F68

Tints of Sandstone #796F68

Color information

#796F68 (or 0x796F68) is unknown color: approx Sandstone. HEX triplet: 79, 6F and 68. RGB value is (121,111,104). Sum of RGB (Red+Green+Blue) = 121+111+104=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 121 - color contains mainly: red. Hex color #796F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F68 is #869097. Grayscale: #717171. Windows color (decimal): -8818840 or 6844281. OLE color: 6844281.

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

Color convert

RGB121111104-
CMYK00.080.140.53
HSL24.71º7.56%44.12%-
HSV(B)24.71º14.05%47.45%-
XYZ16.0716.4315.42-
YUV113.19122.81133.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.01%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=36.01%
G=33.04%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111110400.080.140.5324.717.5644.12
Hex796F6808E351982c
Octal1711571500101665311054
Binary111100111011111101000010001110110101110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,111,104); }

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

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

 a { background-color: rgb(121,111,104); }

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

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

 span { border-color: rgb(121,111,104); }

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