#776A5B

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

Shades of Sandstone #776A5B

Tints of Sandstone #776A5B

Color information

#776A5B (or 0x776A5B) is unknown color: approx Sandstone. HEX triplet: 77, 6A and 5B. RGB value is (119,106,91). Sum of RGB (Red+Green+Blue) = 119+106+91=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 119 - color contains mainly: red. Hex color #776A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A5B is #8895A4. Grayscale: #6C6C6C. Windows color (decimal): -8951205 or 5991031. OLE color: 5991031.

HSL color Cylindrical-coordinate representation of color #776A5B: hue angle of 32.14º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #776A5B is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB11910691-
CMYK00.110.240.53
HSL32.14º13.33%41.18%-
HSV(B)32.14º23.53%46.67%-
XYZ14.6514.9912.02-
YUV108.18118.31135.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=37.66%
G=33.54%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191069100.110.240.5332.1413.3341.18
Hex776A5B0B183520d29
Octal1671521330133065401551
Binary11101111101010101101101011110001101011000001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,106,91); }

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

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

 a { background-color: rgb(119,106,91); }

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

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

 span { border-color: rgb(119,106,91); }

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