#776A60

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

Shades of Sandstone #776A60

Tints of Sandstone #776A60

Color information

#776A60 (or 0x776A60) is unknown color: approx Sandstone. HEX triplet: 77, 6A and 60. RGB value is (119,106,96). Sum of RGB (Red+Green+Blue) = 119+106+96=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 106 (41.80% from 255 or 33.02% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 119 - color contains mainly: red. Hex color #776A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A60 is #88959F. Grayscale: #6C6C6C. Windows color (decimal): -8951200 or 6318711. OLE color: 6318711.

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

Color convert

RGB11910696-
CMYK00.110.190.53
HSL26.09º10.7%42.16%-
HSV(B)26.09º19.33%46.67%-
XYZ14.8715.0713.19-
YUV108.75120.81135.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.07%
GREEN value IS 106 (41.80% from 255) = 33.02%
BLUE value IS 96 (37.89% from 255) = 29.91%
R=37.07%
G=33.02%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191069600.110.190.5326.0910.742.16
Hex776A600B13351ab2a
Octal1671521400132365321352
Binary1110111110101011000000101110011110101110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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