Html Css Color HEX #797061 Sandstone

📋 copy color: '#797061'

red 121 ◦ green 112 ◦ blue 97

#797061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandstone #797061

Tints of Sandstone #797061

RGB

 RED value IS 121 (47.66% from 255) = 36.67%

 GREEN value IS 112 (44.14% from 255) = 33.94%

 BLUE value IS 97 (38.28% from 255) = 29.39%

R = 36.67%
G = 33.94%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#797061 (or 0x797061) is known color: Sandstone. HEX triplet: 79, 70 and 61. RGB value is (121,112,97). Sum of RGB (Red+Green+Blue) = 121+112+97=330 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.67% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 97 (38.28% from 255 or 29.39% from 330); Max value from RGB is 121 - color contains mainly: red. Hex color #797061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797061 is #868F9E. Grayscale: #717171. Windows color (decimal): -8818591 or 6385785. OLE color: 6385785.

HSL color Cylindrical-coordinate representation of color #797061: hue angle of 37.5º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #797061 is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 112 97 -
CMYK 0 0.07 0.20 0.53
HSL 37.5º 0.11% 0.43% -
HSV(B) 37.5º 0.2% 0.47% -
XYZ 15.84 16.52 13.66 -
YUV 112.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 121 112 97 0 0.07 0.20 0.53 37.5 0.11 0.43
Hex 79 70 61 0 7 14 35 26 B 2B
Octal 171 160 141 0 7 24 65 46 13 53
Binary 1111001 1110000 1100001 0 111 10100 110101 100110 1011 101011

Color Harmonies of #797061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797061

Black with #797061

Text Example


Text Example

White with #797061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797061; }

 p { color: rgb(121,112,97); }

 H1.HeaderClassName
 {
   color: #797061;
 }
 .AnyTagClassName
 {
   color: #797061;
 }
</style>

background-color css

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

 a { background-color: rgb(121,112,97); }

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

border-color css

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

 span { border-color: rgb(121,112,97); }

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