#776F66

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

Shades of Sandstone #776F66

Tints of Sandstone #776F66

Color information

#776F66 (or 0x776F66) is unknown color: approx Sandstone. HEX triplet: 77, 6F and 66. RGB value is (119,111,102). Sum of RGB (Red+Green+Blue) = 119+111+102=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F66 is #889099. Grayscale: #707070. Windows color (decimal): -8949914 or 6713207. OLE color: 6713207.

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

Color convert

RGB119111102-
CMYK00.070.140.53
HSL31.76º7.69%43.33%-
HSV(B)31.76º14.29%46.67%-
XYZ15.6916.2514.88-
YUV112.37122.15132.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 102 (40.23% from 255) = 30.72%
R=35.84%
G=33.43%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911110200.070.140.5331.767.6943.33
Hex776F6607E352082b
Octal167157146071665401053
Binary111011111011111100110011111101101011000001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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