#796A5C

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

Shades of Sandstone #796A5C

Tints of Sandstone #796A5C

Color information

#796A5C (or 0x796A5C) is unknown color: approx Sandstone. HEX triplet: 79, 6A and 5C. RGB value is (121,106,92). Sum of RGB (Red+Green+Blue) = 121+106+92=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 121 - color contains mainly: red. Hex color #796A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796A5C is #8695A3. Grayscale: #6C6C6C. Windows color (decimal): -8820132 or 6056569. OLE color: 6056569.

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

Color convert

RGB12110692-
CMYK00.120.240.53
HSL28.97º13.62%41.76%-
HSV(B)28.97º23.97%47.45%-
XYZ14.9715.1512.26-
YUV108.89118.47136.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=37.93%
G=33.23%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211069200.120.240.5328.9713.6241.76
Hex796A5C0C18351de2a
Octal1711521340143065351652
Binary1111001110101010111000110011000110101111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,106,92); }

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

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

 a { background-color: rgb(121,106,92); }

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

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

 span { border-color: rgb(121,106,92); }

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