#797269

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

Shades of Sandstone #797269

Tints of Sandstone #797269

Color information

#797269 (or 0x797269) is unknown color: approx Sandstone. HEX triplet: 79, 72 and 69. RGB value is (121,114,105). Sum of RGB (Red+Green+Blue) = 121+114+105=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #797269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797269 is #868D96. Grayscale: #737373. Windows color (decimal): -8818071 or 6910585. OLE color: 6910585.

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

Color convert

RGB121114105-
CMYK00.060.130.53
HSL33.75º7.08%44.31%-
HSV(B)33.75º13.22%47.45%-
XYZ16.4517.1215.8-
YUV115.07122.32132.23-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=35.59%
G=33.53%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111410500.060.130.5333.757.0844.31
Hex79726906D352272c
Octal17116215106156542754
Binary11110011110010110100101101101110101100010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797269; }

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

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

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

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

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

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

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

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