Html Css Color HEX #796F66 Sandstone

📋 copy color: '#796F66'

red 121 ◦ green 111 ◦ blue 102

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

Shades of Sandstone #796F66

Tints of Sandstone #796F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.54%

R = 36.23%
G = 33.23%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#796F66 (or 0x796F66) is known color: Sandstone. HEX triplet: 79, 6F and 66. RGB value is (121,111,102). Sum of RGB (Red+Green+Blue) = 121+111+102=334 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.23% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 121 - color contains mainly: red. Hex color #796F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F66 is #869099. Grayscale: #717171. Windows color (decimal): -8818842 or 6713209. OLE color: 6713209.

HSL color Cylindrical-coordinate representation of color #796F66: hue angle of 28.42º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #796F66 is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 111 102 -
CMYK 0 0.08 0.16 0.53
HSL 28.42º 0.09% 0.44% -
HSV(B) 28.42º 0.16% 0.47% -
XYZ 15.97 16.39 14.89 -
YUV 112.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 121 111 102 0 0.08 0.16 0.53 28.42 0.09 0.44
Hex 79 6F 66 0 8 10 35 1C 9 2C
Octal 171 157 146 0 10 20 65 34 11 54
Binary 1111001 1101111 1100110 0 1000 10000 110101 11100 1001 101100

Color Harmonies of #796F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F66

Black with #796F66

Text Example


Text Example

White with #796F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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