#776E68

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

Shades of Sandstone #776E68

Tints of Sandstone #776E68

Color information

#776E68 (or 0x776E68) is unknown color: approx Sandstone. HEX triplet: 77, 6E and 68. RGB value is (119,110,104). Sum of RGB (Red+Green+Blue) = 119+110+104=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 119 - color contains mainly: red. Hex color #776E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E68 is #889197. Grayscale: #707070. Windows color (decimal): -8950168 or 6844023. OLE color: 6844023.

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

Color convert

RGB119110104-
CMYK00.080.130.53
HSL24º6.73%43.73%-
HSV(B)24º12.61%46.67%-
XYZ15.6816.0715.37-
YUV112.01123.48132.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 104 (41.02% from 255) = 31.23%
R=35.74%
G=33.03%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911010400.080.130.53246.7343.73
Hex776E6808D351872c
Octal167156150010156530754
Binary11101111101110110100001000110111010111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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