#797267

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

Shades of Sandstone #797267

Tints of Sandstone #797267

Color information

#797267 (or 0x797267) is unknown color: approx Sandstone. HEX triplet: 79, 72 and 67. RGB value is (121,114,103). Sum of RGB (Red+Green+Blue) = 121+114+103=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 114 (44.92% from 255 or 33.73% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 121 - color contains mainly: red. Hex color #797267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797267 is #868D98. Grayscale: #727272. Windows color (decimal): -8818073 or 6779513. OLE color: 6779513.

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

Color convert

RGB121114103-
CMYK00.060.150.53
HSL36.67º8.04%43.92%-
HSV(B)36.67º14.88%47.45%-
XYZ16.3517.0815.27-
YUV114.84121.32132.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.80%
GREEN value IS 114 (44.92% from 255) = 33.73%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=35.80%
G=33.73%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111410300.060.150.5336.678.0443.92
Hex79726706F352582c
Octal171162147061765451054
Binary111100111100101100111011011111101011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #797267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #797267; }

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

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

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

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

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

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

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

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