#776F61

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

Shades of Sandstone #776F61

Tints of Sandstone #776F61

Color information

#776F61 (or 0x776F61) is unknown color: approx Sandstone. HEX triplet: 77, 6F and 61. RGB value is (119,111,97). Sum of RGB (Red+Green+Blue) = 119+111+97=327 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.39% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 119 - color contains mainly: red. Hex color #776F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F61 is #88909E. Grayscale: #6F6F6F. Windows color (decimal): -8949919 or 6385527. OLE color: 6385527.

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

Color convert

RGB11911197-
CMYK00.070.180.53
HSL38.18º10.19%42.35%-
HSV(B)38.18º18.49%46.67%-
XYZ15.4516.1513.61-
YUV111.8119.65133.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.39%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 97 (38.28% from 255) = 29.66%
R=36.39%
G=33.94%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191119700.070.180.5338.1810.1942.35
Hex776F6107123526a2a
Octal167157141072265461252
Binary1110111110111111000010111100101101011001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,111,97); }

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

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

 a { background-color: rgb(119,111,97); }

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

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

 span { border-color: rgb(119,111,97); }

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