Html Css Color HEX #797069 Sandstone

📋 copy color: '#797069'

red 121 ◦ green 112 ◦ blue 105

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

Shades of Sandstone #797069

Tints of Sandstone #797069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.07%

R = 35.8%
G = 33.14%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#797069 (or 0x797069) is known color: Sandstone. HEX triplet: 79, 70 and 69. RGB value is (121,112,105). Sum of RGB (Red+Green+Blue) = 121+112+105=338 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.80% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 121 - color contains mainly: red. Hex color #797069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797069 is #868F96. Grayscale: #717171. Windows color (decimal): -8818583 or 6910073. OLE color: 6910073.

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

Color convert

RGB 121 112 105 -
CMYK 0 0.07 0.13 0.53
HSL 26.25º 0.07% 0.44% -
HSV(B) 26.25º 0.13% 0.47% -
XYZ 16.23 16.67 15.73 -
YUV 113.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 121 112 105 0 0.07 0.13 0.53 26.25 0.07 0.44
Hex 79 70 69 0 7 D 35 1A 7 2C
Octal 171 160 151 0 7 15 65 32 7 54
Binary 1111001 1110000 1101001 0 111 1101 110101 11010 111 101100

Color Harmonies of #797069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797069

Black with #797069

Text Example


Text Example

White with #797069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797069; }

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

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

background-color css

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

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

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

border-color css

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

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

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