#79716A

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

Shades of Sandstone #79716A

Tints of Sandstone #79716A

Color information

#79716A (or 0x79716A) is unknown color: approx Sandstone. HEX triplet: 79, 71 and 6A. RGB value is (121,113,106). Sum of RGB (Red+Green+Blue) = 121+113+106=340 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.59% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 121 - color contains mainly: red. Hex color #79716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79716A is #868E95. Grayscale: #727272. Windows color (decimal): -8818326 or 6975865. OLE color: 6975865.

HSL color Cylindrical-coordinate representation of color #79716A: hue angle of 28º 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 #79716A is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB121113106-
CMYK00.070.120.53
HSL28º6.61%44.51%-
HSV(B)28º12.4%47.45%-
XYZ16.3916.9216.04-
YUV114.59123.15132.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.59%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=35.59%
G=33.24%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12111310600.070.120.53286.6144.51
Hex79716A07C351c72d
Octal17116115207146534755
Binary1111001111000111010100111110011010111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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