#776F68

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

Shades of Sandstone #776F68

Tints of Sandstone #776F68

Color information

#776F68 (or 0x776F68) is unknown color: approx Sandstone. HEX triplet: 77, 6F and 68. RGB value is (119,111,104). Sum of RGB (Red+Green+Blue) = 119+111+104=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 119 - color contains mainly: red. Hex color #776F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F68 is #889097. Grayscale: #707070. Windows color (decimal): -8949912 or 6844279. OLE color: 6844279.

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

Color convert

RGB119111104-
CMYK00.070.130.53
HSL28º6.73%43.73%-
HSV(B)28º12.61%46.67%-
XYZ15.7916.2915.41-
YUV112.59123.15132.57-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.63%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 104 (41.02% from 255) = 31.14%
R=35.63%
G=33.23%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911110400.070.130.53286.7343.73
Hex776F6807D351c72c
Octal16715715007156534754
Binary1110111110111111010000111110111010111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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