#776A57

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

Shades of Sandstone #776A57

Tints of Sandstone #776A57

Color information

#776A57 (or 0x776A57) is unknown color: approx Sandstone. HEX triplet: 77, 6A and 57. RGB value is (119,106,87). Sum of RGB (Red+Green+Blue) = 119+106+87=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 119 - color contains mainly: red. Hex color #776A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A57 is #8895A8. Grayscale: #6B6B6B. Windows color (decimal): -8951209 or 5728887. OLE color: 5728887.

HSL color Cylindrical-coordinate representation of color #776A57: hue angle of 35.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #776A57 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB11910687-
CMYK00.110.270.53
HSL35.62º15.53%40.39%-
HSV(B)35.62º26.89%46.67%-
XYZ14.4814.9211.13-
YUV107.72116.31136.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 87 (34.38% from 255) = 27.88%
R=38.14%
G=33.97%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191068700.110.270.5335.6215.5340.39
Hex776A570B1B35241028
Octal1671521270133365442050
Binary111011111010101010111010111101111010110010010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,106,87); }

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

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

 a { background-color: rgb(119,106,87); }

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

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

 span { border-color: rgb(119,106,87); }

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