#776C5F

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

Shades of Sandstone #776C5F

Tints of Sandstone #776C5F

Color information

#776C5F (or 0x776C5F) is unknown color: approx Sandstone. HEX triplet: 77, 6C and 5F. RGB value is (119,108,95). Sum of RGB (Red+Green+Blue) = 119+108+95=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 119 - color contains mainly: red. Hex color #776C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C5F is #8893A0. Grayscale: #6D6D6D. Windows color (decimal): -8950689 or 6253687. OLE color: 6253687.

HSL color Cylindrical-coordinate representation of color #776C5F: hue angle of 32.5º 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 #776C5F is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB11910895-
CMYK00.090.200.53
HSL32.5º11.21%41.96%-
HSV(B)32.5º20.17%46.67%-
XYZ15.0415.4713.02-
YUV109.81119.64134.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.96%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 95 (37.5% from 255) = 29.50%
R=36.96%
G=33.54%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191089500.090.200.5332.511.2141.96
Hex776C5F09143521b2a
Octal1671541370112465411352
Binary11101111101100101111101001101001101011000011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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