#776B5D

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

Shades of Sandstone #776B5D

Tints of Sandstone #776B5D

Color information

#776B5D (or 0x776B5D) is unknown color: approx Sandstone. HEX triplet: 77, 6B and 5D. RGB value is (119,107,93). Sum of RGB (Red+Green+Blue) = 119+107+93=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 119 - color contains mainly: red. Hex color #776B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B5D is #8894A2. Grayscale: #6D6D6D. Windows color (decimal): -8950947 or 6122359. OLE color: 6122359.

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

Color convert

RGB11910793-
CMYK00.100.220.53
HSL32.31º12.26%41.57%-
HSV(B)32.31º21.85%46.67%-
XYZ14.8415.2312.51-
YUV108.99118.98135.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.30%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=37.30%
G=33.54%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191079300.100.220.5332.3112.2641.57
Hex776B5D0A163520c2a
Octal1671531350122665401452
Binary11101111101011101110101010101101101011000001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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