#797168

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

Shades of Sandstone #797168

Tints of Sandstone #797168

Color information

#797168 (or 0x797168) is unknown color: approx Sandstone. HEX triplet: 79, 71 and 68. RGB value is (121,113,104). Sum of RGB (Red+Green+Blue) = 121+113+104=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 121 - color contains mainly: red. Hex color #797168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797168 is #868E97. Grayscale: #727272. Windows color (decimal): -8818328 or 6844793. OLE color: 6844793.

HSL color Cylindrical-coordinate representation of color #797168: hue angle of 31.76º 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 #797168 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB121113104-
CMYK00.070.140.53
HSL31.76º7.56%44.12%-
HSV(B)31.76º14.05%47.45%-
XYZ16.2916.8715.5-
YUV114.37122.15132.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 113 (44.53% from 255) = 33.43%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=35.80%
G=33.43%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111310400.070.140.5331.767.5644.12
Hex79716807E352082c
Octal171161150071665401054
Binary111100111100011101000011111101101011000001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797168; }

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

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

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

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

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

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

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

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