#776A5C

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

Shades of Sandstone #776A5C

Tints of Sandstone #776A5C

Color information

#776A5C (or 0x776A5C) is unknown color: approx Sandstone. HEX triplet: 77, 6A and 5C. RGB value is (119,106,92). Sum of RGB (Red+Green+Blue) = 119+106+92=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 92 (36.33% from 255 or 29.02% from 317); Max value from RGB is 119 - color contains mainly: red. Hex color #776A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776A5C is #8895A3. Grayscale: #6C6C6C. Windows color (decimal): -8951204 or 6056567. OLE color: 6056567.

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

Color convert

RGB11910692-
CMYK00.110.230.53
HSL31.11º12.8%41.37%-
HSV(B)31.11º22.69%46.67%-
XYZ14.691512.25-
YUV108.29118.81135.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.54%
GREEN value IS 106 (41.80% from 255) = 33.44%
BLUE value IS 92 (36.33% from 255) = 29.02%
R=37.54%
G=33.44%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191069200.110.230.5331.1112.841.37
Hex776A5C0B17351fd29
Octal1671521340132765371551
Binary1110111110101010111000101110111110101111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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