#776F62

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

Shades of Sandstone #776F62

Tints of Sandstone #776F62

Color information

#776F62 (or 0x776F62) is unknown color: approx Sandstone. HEX triplet: 77, 6F and 62. RGB value is (119,111,98). Sum of RGB (Red+Green+Blue) = 119+111+98=328 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.28% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 119 - color contains mainly: red. Hex color #776F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776F62 is #88909D. Grayscale: #6F6F6F. Windows color (decimal): -8949918 or 6451063. OLE color: 6451063.

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

Color convert

RGB11911198-
CMYK00.070.180.53
HSL37.14º9.68%42.55%-
HSV(B)37.14º17.65%46.67%-
XYZ15.516.1713.86-
YUV111.91120.15133.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.28%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=36.28%
G=33.84%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191119800.070.180.5337.149.6842.55
Hex776F6207123525a2b
Octal167157142072265451253
Binary1110111110111111000100111100101101011001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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