#776E5F

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

Shades of Sandstone #776E5F

Tints of Sandstone #776E5F

Color information

#776E5F (or 0x776E5F) is unknown color: approx Sandstone. HEX triplet: 77, 6E and 5F. RGB value is (119,110,95). Sum of RGB (Red+Green+Blue) = 119+110+95=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 119 - color contains mainly: red. Hex color #776E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E5F is #8891A0. Grayscale: #6F6F6F. Windows color (decimal): -8950177 or 6254199. OLE color: 6254199.

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

Color convert

RGB11911095-
CMYK00.080.200.53
HSL37.5º11.21%41.96%-
HSV(B)37.5º20.17%46.67%-
XYZ15.2515.913.09-
YUV110.98118.98133.72-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=36.73%
G=33.95%
B=29.32%

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
Decimal1191109500.080.200.5337.511.2141.96
Hex776E5F08143526b2a
Octal1671561370102465461352
Binary11101111101110101111101000101001101011001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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