#79736A

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

Shades of Sandstone #79736A

Tints of Sandstone #79736A

Color information

#79736A (or 0x79736A) is unknown color: approx Sandstone. HEX triplet: 79, 73 and 6A. RGB value is (121,115,106). Sum of RGB (Red+Green+Blue) = 121+115+106=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 121 - color contains mainly: red. Hex color #79736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79736A is #868C95. Grayscale: #737373. Windows color (decimal): -8817814 or 6976377. OLE color: 6976377.

HSL color Cylindrical-coordinate representation of color #79736A: hue angle of 36º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #79736A is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB121115106-
CMYK00.050.120.53
HSL36º6.61%44.51%-
HSV(B)36º12.4%47.45%-
XYZ16.6217.3716.11-
YUV115.77122.49131.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=35.38%
G=33.63%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111510600.050.120.53366.6144.51
Hex79736A05C352472d
Octal17116315205146544755
Binary11110011110011110101001011100110101100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79736A; }

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

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

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

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

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

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

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

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