Html Css Color HEX #79716A Sandstone

📋 copy color: '#79716A'

red 121 ◦ green 113 ◦ blue 106

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

Shades of Sandstone #79716A

Tints of Sandstone #79716A

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.8% from 255) = 31.18%

R = 35.59%
G = 33.24%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79716A (or 0x79716A) is known color: 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

RGB 121 113 106 -
CMYK 0 0.07 0.12 0.53
HSL 28º 0.07% 0.45% -
HSV(B) 28º 0.12% 0.47% -
XYZ 16.39 16.92 16.04 -
YUV 114.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 121 113 106 0 0.07 0.12 0.53 28 0.07 0.45
Hex 79 71 6A 0 7 C 35 1C 7 2D
Octal 171 161 152 0 7 14 65 34 7 55
Binary 1111001 1110001 1101010 0 111 1100 110101 11100 111 101101

Color Harmonies of #79716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79716A

Black with #79716A

Text Example


Text Example

White with #79716A

Text Example


Text Example

HTML Codes & Css Web 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>