#776B60

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

Shades of Sandstone #776B60

Tints of Sandstone #776B60

Color information

#776B60 (or 0x776B60) is unknown color: approx Sandstone. HEX triplet: 77, 6B and 60. RGB value is (119,107,96). Sum of RGB (Red+Green+Blue) = 119+107+96=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #776B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B60 is #88949F. Grayscale: #6D6D6D. Windows color (decimal): -8950944 or 6318967. OLE color: 6318967.

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

Color convert

RGB11910796-
CMYK00.100.190.53
HSL28.7º10.7%42.16%-
HSV(B)28.7º19.33%46.67%-
XYZ14.9815.2813.23-
YUV109.33120.48134.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 96 (37.89% from 255) = 29.81%
R=36.96%
G=33.23%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191079600.100.190.5328.710.742.16
Hex776B600A13351db2a
Octal1671531400122365351352
Binary1110111110101111000000101010011110101111011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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