Html Css Color HEX #797268 Sandstone

📋 copy color: '#797268'

red 121 ◦ green 114 ◦ blue 104

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

Shades of Sandstone #797268

Tints of Sandstone #797268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

 BLUE value IS 104 (41.02% from 255) = 30.68%

R = 35.69%
G = 33.63%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#797268 (or 0x797268) is known color: Sandstone. HEX triplet: 79, 72 and 68. RGB value is (121,114,104). Sum of RGB (Red+Green+Blue) = 121+114+104=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 121 - color contains mainly: red. Hex color #797268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #797268 is #868D97. Grayscale: #727272. Windows color (decimal): -8818072 or 6845049. OLE color: 6845049.

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

Color convert

RGB 121 114 104 -
CMYK 0 0.06 0.14 0.53
HSL 35.29º 0.08% 0.44% -
HSV(B) 35.29º 0.14% 0.47% -
XYZ 16.4 17.1 15.53 -
YUV 114.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 121 114 104 0 0.06 0.14 0.53 35.29 0.08 0.44
Hex 79 72 68 0 6 E 35 23 8 2C
Octal 171 162 150 0 6 16 65 43 10 54
Binary 1111001 1110010 1101000 0 110 1110 110101 100011 1000 101100

Color Harmonies of #797268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #797268

Black with #797268

Text Example


Text Example

White with #797268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #797268; }

 p { color: rgb(121,114,104); }

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

background-color css

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

 a { background-color: rgb(121,114,104); }

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

border-color css

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

 span { border-color: rgb(121,114,104); }

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