Html Css Color HEX #796C60 Sandstone

📋 copy color: '#796C60'

red 121 ◦ green 108 ◦ blue 96

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

Shades of Sandstone #796C60

Tints of Sandstone #796C60

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.23%

 BLUE value IS 96 (37.89% from 255) = 29.54%

R = 37.23%
G = 33.23%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#796C60 (or 0x796C60) is known color: Sandstone. HEX triplet: 79, 6C and 60. RGB value is (121,108,96). Sum of RGB (Red+Green+Blue) = 121+108+96=325 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.23% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 121 - color contains mainly: red. Hex color #796C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #796C60 is #86939F. Grayscale: #6E6E6E. Windows color (decimal): -8819616 or 6319225. OLE color: 6319225.

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

Color convert

RGB 121 108 96 -
CMYK 0 0.11 0.21 0.53
HSL 28.8º 0.12% 0.43% -
HSV(B) 28.8º 0.21% 0.47% -
XYZ 15.36 15.63 13.27 -
YUV 110.52 119.81 135.48 -
System Red Green Blue C M Y K H S L
Decimal 121 108 96 0 0.11 0.21 0.53 28.8 0.12 0.43
Hex 79 6C 60 0 B 15 35 1D C 2B
Octal 171 154 140 0 13 25 65 35 14 53
Binary 1111001 1101100 1100000 0 1011 10101 110101 11101 1100 101011

Color Harmonies of #796C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #796C60

Black with #796C60

Text Example


Text Example

White with #796C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,108,96); }

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

background-color css

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

 a { background-color: rgb(121,108,96); }

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

border-color css

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

 span { border-color: rgb(121,108,96); }

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