#776D62

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

Shades of Sandstone #776D62

Tints of Sandstone #776D62

Color information

#776D62 (or 0x776D62) is unknown color: approx Sandstone. HEX triplet: 77, 6D and 62. RGB value is (119,109,98). Sum of RGB (Red+Green+Blue) = 119+109+98=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 109 (42.97% from 255 or 33.44% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 119 - color contains mainly: red. Hex color #776D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D62 is #88929D. Grayscale: #6E6E6E. Windows color (decimal): -8950430 or 6450551. OLE color: 6450551.

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

Color convert

RGB11910998-
CMYK00.080.180.53
HSL31.43º9.68%42.55%-
HSV(B)31.43º17.65%46.67%-
XYZ15.2815.7413.79-
YUV110.74120.81133.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 109 (42.97% from 255) = 33.44%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=36.50%
G=33.44%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191099800.080.180.5331.439.6842.55
Hex776D620812351fa2b
Octal1671551420102265371253
Binary1110111110110111000100100010010110101111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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