#776D65

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

Shades of Sandstone #776D65

Tints of Sandstone #776D65

Color information

#776D65 (or 0x776D65) is unknown color: approx Sandstone. HEX triplet: 77, 6D and 65. RGB value is (119,109,101). Sum of RGB (Red+Green+Blue) = 119+109+101=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 109 (42.97% from 255 or 33.13% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #776D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D65 is #88929A. Grayscale: #6F6F6F. Windows color (decimal): -8950427 or 6647159. OLE color: 6647159.

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

Color convert

RGB119109101-
CMYK00.080.150.53
HSL26.67º8.18%43.14%-
HSV(B)26.67º15.13%46.67%-
XYZ15.4315.814.55-
YUV111.08122.31133.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 109 (42.97% from 255) = 33.13%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=36.17%
G=33.13%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11910910100.080.150.5326.678.1843.14
Hex776D6508F351b82b
Octal1671551450101765331053
Binary111011111011011100101010001111110101110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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