#776D61

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

Shades of Sandstone #776D61

Tints of Sandstone #776D61

Color information

#776D61 (or 0x776D61) is unknown color: approx Sandstone. HEX triplet: 77, 6D and 61. RGB value is (119,109,97). Sum of RGB (Red+Green+Blue) = 119+109+97=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #776D61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D61 is #88929E. Grayscale: #6E6E6E. Windows color (decimal): -8950431 or 6385015. OLE color: 6385015.

HSL color Cylindrical-coordinate representation of color #776D61: hue angle of 32.73º 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 #776D61 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB11910997-
CMYK00.080.180.53
HSL32.73º10.19%42.35%-
HSV(B)32.73º18.49%46.67%-
XYZ15.2315.7213.54-
YUV110.62120.31133.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 109 (42.97% from 255) = 33.54%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=36.62%
G=33.54%
B=29.85%

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
Decimal1191099700.080.180.5332.7310.1942.35
Hex776D6108123521a2a
Octal1671551410102265411252
Binary11101111101101110000101000100101101011000011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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