#796C58

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

Shades of Sandstone #796C58

Tints of Sandstone #796C58

Color information

#796C58 (or 0x796C58) is unknown color: approx Sandstone. HEX triplet: 79, 6C and 58. RGB value is (121,108,88). Sum of RGB (Red+Green+Blue) = 121+108+88=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #796C58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C58 is #8693A7. Grayscale: #6D6D6D. Windows color (decimal): -8819624 or 5794937. OLE color: 5794937.

HSL color Cylindrical-coordinate representation of color #796C58: hue angle of 36.36º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #796C58 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB12110888-
CMYK00.110.270.53
HSL36.36º15.79%40.98%-
HSV(B)36.36º27.27%47.45%-
XYZ15.0115.4911.43-
YUV109.61115.81136.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.17%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 88 (34.77% from 255) = 27.76%
R=38.17%
G=34.07%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211088800.110.270.5336.3615.7940.98
Hex796C580B1B35241029
Octal1711541300133365442051
Binary111100111011001011000010111101111010110010010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #796C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,108,88); }

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

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

 a { background-color: rgb(121,108,88); }

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

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

 span { border-color: rgb(121,108,88); }

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