Html Css Color HEX #797066 Sandstone

📋 copy color: '#797066'

red 121 ◦ green 112 ◦ blue 102

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

Shades of Sandstone #797066

Tints of Sandstone #797066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.43%

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

R = 36.12%
G = 33.43%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#797066 (or 0x797066) is known color: Sandstone. HEX triplet: 79, 70 and 66. RGB value is (121,112,102). Sum of RGB (Red+Green+Blue) = 121+112+102=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 121 - color contains mainly: red. Hex color #797066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797066 is #868F99. Grayscale: #717171. Windows color (decimal): -8818586 or 6713465. OLE color: 6713465.

HSL color Cylindrical-coordinate representation of color #797066: hue angle of 31.58º 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 #797066 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 112 102 -
CMYK 0 0.07 0.16 0.53
HSL 31.58º 0.09% 0.44% -
HSV(B) 31.58º 0.16% 0.47% -
XYZ 16.08 16.61 14.93 -
YUV 113.55 121.48 133.31 -
System Red Green Blue C M Y K H S L
Decimal 121 112 102 0 0.07 0.16 0.53 31.58 0.09 0.44
Hex 79 70 66 0 7 10 35 20 9 2C
Octal 171 160 146 0 7 20 65 40 11 54
Binary 1111001 1110000 1100110 0 111 10000 110101 100000 1001 101100

Color Harmonies of #797066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797066

Black with #797066

Text Example


Text Example

White with #797066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797066; }

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

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

background-color css

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

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

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

border-color css

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

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

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