#776E61

Color #776E61 Sandstone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandstone #776E61

Tints of Sandstone #776E61

Color information

#776E61 (or 0x776E61) is unknown color: approx Sandstone. HEX triplet: 77, 6E and 61. RGB value is (119,110,97). Sum of RGB (Red+Green+Blue) = 119+110+97=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #776E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E61 is #88919E. Grayscale: #6F6F6F. Windows color (decimal): -8950175 or 6385271. OLE color: 6385271.

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

Color convert

RGB11911097-
CMYK00.080.180.53
HSL35.45º10.19%42.35%-
HSV(B)35.45º18.49%46.67%-
XYZ15.3415.9413.58-
YUV111.21119.98133.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=36.50%
G=33.74%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191109700.080.180.5335.4510.1942.35
Hex776E6108123523a2a
Octal1671561410102265431252
Binary11101111101110110000101000100101101011000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776E61; }

 p { color: rgb(119,110,97); }

 H1.HeaderClassName
 {
   color: #776E61;
 }
 .AnyTagClassName
 {
   color: #776E61;
 }
</style>
background-color css

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

 a { background-color: rgb(119,110,97); }

 div.DivClassName
 {
   background-color: #776E61;
 }
 .BgClassName
 {
   background-color: #776E61;
 }
</style>
border-color css

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

 span { border-color: rgb(119,110,97); }

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