#776D5F

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

Shades of Sandstone #776D5F

Tints of Sandstone #776D5F

Color information

#776D5F (or 0x776D5F) is unknown color: approx Sandstone. HEX triplet: 77, 6D and 5F. RGB value is (119,109,95). Sum of RGB (Red+Green+Blue) = 119+109+95=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #776D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776D5F is #8892A0. Grayscale: #6E6E6E. Windows color (decimal): -8950433 or 6253943. OLE color: 6253943.

HSL color Cylindrical-coordinate representation of color #776D5F: hue angle of 35º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #776D5F is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB11910995-
CMYK00.080.200.53
HSL35º11.21%41.96%-
HSV(B)35º20.17%46.67%-
XYZ15.1415.6913.06-
YUV110.39119.31134.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=36.84%
G=33.75%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191099500.080.200.533511.2141.96
Hex776D5F08143523b2a
Octal1671551370102465431352
Binary11101111101101101111101000101001101011000111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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