#797268

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

Shades of Sandstone #797268

Tints of Sandstone #797268

Color information

#797268 (or 0x797268) is unknown color: approx Sandstone. HEX triplet: 79, 72 and 68. RGB value is (121,114,104). Sum of RGB (Red+Green+Blue) = 121+114+104=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 121 - color contains mainly: red. Hex color #797268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797268 is #868D97. Grayscale: #727272. Windows color (decimal): -8818072 or 6845049. OLE color: 6845049.

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

Color convert

RGB121114104-
CMYK00.060.140.53
HSL35.29º7.56%44.12%-
HSV(B)35.29º14.05%47.45%-
XYZ16.417.115.53-
YUV114.95121.82132.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.69%
GREEN value IS 114 (44.92% from 255) = 33.63%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=35.69%
G=33.63%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111410400.060.140.5335.297.5644.12
Hex79726806E352382c
Octal171162150061665431054
Binary111100111100101101000011011101101011000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797268; }

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

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

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

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

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

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

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

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