#776F63

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

Shades of Sandstone #776F63

Tints of Sandstone #776F63

Color information

#776F63 (or 0x776F63) is unknown color: approx Sandstone. HEX triplet: 77, 6F and 63. RGB value is (119,111,99). Sum of RGB (Red+Green+Blue) = 119+111+99=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 119 - color contains mainly: red. Hex color #776F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F63 is #88909C. Grayscale: #707070. Windows color (decimal): -8949917 or 6516599. OLE color: 6516599.

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

Color convert

RGB11911199-
CMYK00.070.170.53
HSL36º9.17%42.75%-
HSV(B)36º16.81%46.67%-
XYZ15.5416.1914.11-
YUV112.02120.65132.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=36.17%
G=33.74%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191119900.070.170.53369.1742.75
Hex776F630711352492b
Octal167157143072165441153
Binary1110111110111111000110111100011101011001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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