Html Css Color HEX #796F5E Sandstone

📋 copy color: '#796F5E'

red 121 ◦ green 111 ◦ blue 94

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

Shades of Sandstone #796F5E

Tints of Sandstone #796F5E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.05%

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

R = 37.12%
G = 34.05%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#796F5E (or 0x796F5E) is known color: Sandstone. HEX triplet: 79, 6F and 5E. RGB value is (121,111,94). Sum of RGB (Red+Green+Blue) = 121+111+94=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #796F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F5E is #8690A1. Grayscale: #707070. Windows color (decimal): -8818850 or 6188921. OLE color: 6188921.

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

Color convert

RGB 121 111 94 -
CMYK 0 0.08 0.22 0.53
HSL 37.78º 0.13% 0.42% -
HSV(B) 37.78º 0.22% 0.47% -
XYZ 15.59 16.24 12.9 -
YUV 112.05 117.81 134.38 -
System Red Green Blue C M Y K H S L
Decimal 121 111 94 0 0.08 0.22 0.53 37.78 0.13 0.42
Hex 79 6F 5E 0 8 16 35 26 D 2A
Octal 171 157 136 0 10 26 65 46 15 52
Binary 1111001 1101111 1011110 0 1000 10110 110101 100110 1101 101010

Color Harmonies of #796F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F5E

Black with #796F5E

Text Example


Text Example

White with #796F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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