Html Css Color HEX #796C5E Sandstone

📋 copy color: '#796C5E'

red 121 ◦ green 108 ◦ blue 94

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

Shades of Sandstone #796C5E

Tints of Sandstone #796C5E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.44%

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

R = 37.46%
G = 33.44%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#796C5E (or 0x796C5E) is known color: Sandstone. HEX triplet: 79, 6C and 5E. RGB value is (121,108,94). Sum of RGB (Red+Green+Blue) = 121+108+94=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 121 - color contains mainly: red. Hex color #796C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C5E is #8693A1. Grayscale: #6E6E6E. Windows color (decimal): -8819618 or 6188153. OLE color: 6188153.

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

Color convert

RGB 121 108 94 -
CMYK 0 0.11 0.22 0.53
HSL 31.11º 0.13% 0.42% -
HSV(B) 31.11º 0.22% 0.47% -
XYZ 15.27 15.6 12.8 -
YUV 110.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 121 108 94 0 0.11 0.22 0.53 31.11 0.13 0.42
Hex 79 6C 5E 0 B 16 35 1F D 2A
Octal 171 154 136 0 13 26 65 37 15 52
Binary 1111001 1101100 1011110 0 1011 10110 110101 11111 1101 101010

Color Harmonies of #796C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C5E

Black with #796C5E

Text Example


Text Example

White with #796C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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