Html Css Color HEX #796D5E Sandstone

📋 copy color: '#796D5E'

red 121 ◦ green 109 ◦ blue 94

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

Shades of Sandstone #796D5E

Tints of Sandstone #796D5E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

 BLUE value IS 94 (37.11% from 255) = 29.01%

R = 37.35%
G = 33.64%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#796D5E (or 0x796D5E) is known color: Sandstone. HEX triplet: 79, 6D and 5E. RGB value is (121,109,94). Sum of RGB (Red+Green+Blue) = 121+109+94=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #796D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796D5E is #8692A1. Grayscale: #6E6E6E. Windows color (decimal): -8819362 or 6188409. OLE color: 6188409.

HSL color Cylindrical-coordinate representation of color #796D5E: hue angle of 33.33º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #796D5E is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 109 94 -
CMYK 0 0.10 0.22 0.53
HSL 33.33º 0.13% 0.42% -
HSV(B) 33.33º 0.22% 0.47% -
XYZ 15.37 15.81 12.83 -
YUV 110.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 121 109 94 0 0.10 0.22 0.53 33.33 0.13 0.42
Hex 79 6D 5E 0 A 16 35 21 D 2A
Octal 171 155 136 0 12 26 65 41 15 52
Binary 1111001 1101101 1011110 0 1010 10110 110101 100001 1101 101010

Color Harmonies of #796D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796D5E

Black with #796D5E

Text Example


Text Example

White with #796D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,109,94); }

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

background-color css

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

 a { background-color: rgb(121,109,94); }

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

border-color css

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

 span { border-color: rgb(121,109,94); }

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