Html Css Color HEX #796B5E Sandstone

📋 copy color: '#796B5E'

red 121 ◦ green 107 ◦ blue 94

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

Shades of Sandstone #796B5E

Tints of Sandstone #796B5E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.23%

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

R = 37.58%
G = 33.23%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#796B5E (or 0x796B5E) is known color: Sandstone. HEX triplet: 79, 6B and 5E. RGB value is (121,107,94). Sum of RGB (Red+Green+Blue) = 121+107+94=322 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.58% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 121 - color contains mainly: red. Hex color #796B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796B5E is #8694A1. Grayscale: #6D6D6D. Windows color (decimal): -8819874 or 6187897. OLE color: 6187897.

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

Color convert

RGB 121 107 94 -
CMYK 0 0.12 0.22 0.53
HSL 28.89º 0.13% 0.42% -
HSV(B) 28.89º 0.22% 0.47% -
XYZ 15.16 15.39 12.76 -
YUV 109.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 121 107 94 0 0.12 0.22 0.53 28.89 0.13 0.42
Hex 79 6B 5E 0 C 16 35 1D D 2A
Octal 171 153 136 0 14 26 65 35 15 52
Binary 1111001 1101011 1011110 0 1100 10110 110101 11101 1101 101010

Color Harmonies of #796B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796B5E

Black with #796B5E

Text Example


Text Example

White with #796B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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