Html Css Color HEX #796F5F Sandstone

📋 copy color: '#796F5F'

red 121 ◦ green 111 ◦ blue 95

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

Shades of Sandstone #796F5F

Tints of Sandstone #796F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.05%

R = 37%
G = 33.94%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#796F5F (or 0x796F5F) is known color: Sandstone. HEX triplet: 79, 6F and 5F. RGB value is (121,111,95). Sum of RGB (Red+Green+Blue) = 121+111+95=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #796F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796F5F is #8690A0. Grayscale: #707070. Windows color (decimal): -8818849 or 6254457. OLE color: 6254457.

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

Color convert

RGB 121 111 95 -
CMYK 0 0.08 0.21 0.53
HSL 36.92º 0.12% 0.42% -
HSV(B) 36.92º 0.21% 0.47% -
XYZ 15.64 16.26 13.14 -
YUV 112.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 121 111 95 0 0.08 0.21 0.53 36.92 0.12 0.42
Hex 79 6F 5F 0 8 15 35 25 C 2A
Octal 171 157 137 0 10 25 65 45 14 52
Binary 1111001 1101111 1011111 0 1000 10101 110101 100101 1100 101010

Color Harmonies of #796F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796F5F

Black with #796F5F

Text Example


Text Example

White with #796F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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