#776D60

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

Shades of Sandstone #776D60

Tints of Sandstone #776D60

Color information

#776D60 (or 0x776D60) is unknown color: approx Sandstone. HEX triplet: 77, 6D and 60. RGB value is (119,109,96). Sum of RGB (Red+Green+Blue) = 119+109+96=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #776D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D60 is #88929F. Grayscale: #6E6E6E. Windows color (decimal): -8950432 or 6319479. OLE color: 6319479.

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

Color convert

RGB11910996-
CMYK00.080.190.53
HSL33.91º10.7%42.16%-
HSV(B)33.91º19.33%46.67%-
XYZ15.1915.713.3-
YUV110.51119.81134.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 96 (37.89% from 255) = 29.63%
R=36.73%
G=33.64%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191099600.080.190.5333.9110.742.16
Hex776D6008133522b2a
Octal1671551400102365421352
Binary11101111101101110000001000100111101011000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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