#776C60

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

Shades of Sandstone #776C60

Tints of Sandstone #776C60

Color information

#776C60 (or 0x776C60) is unknown color: approx Sandstone. HEX triplet: 77, 6C and 60. RGB value is (119,108,96). Sum of RGB (Red+Green+Blue) = 119+108+96=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 96 (37.89% from 255 or 29.72% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #776C60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C60 is #88939F. Grayscale: #6D6D6D. Windows color (decimal): -8950688 or 6319223. OLE color: 6319223.

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

Color convert

RGB11910896-
CMYK00.090.190.53
HSL31.3º10.7%42.16%-
HSV(B)31.3º19.33%46.67%-
XYZ15.0815.4913.26-
YUV109.92120.14134.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 96 (37.89% from 255) = 29.72%
R=36.84%
G=33.44%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191089600.090.190.5331.310.742.16
Hex776C600913351fb2a
Octal1671541400112365371352
Binary1110111110110011000000100110011110101111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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