#776C62

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

Shades of Sandstone #776C62

Tints of Sandstone #776C62

Color information

#776C62 (or 0x776C62) is unknown color: approx Sandstone. HEX triplet: 77, 6C and 62. RGB value is (119,108,98). Sum of RGB (Red+Green+Blue) = 119+108+98=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 98 (38.67% from 255 or 30.15% from 325); Max value from RGB is 119 - color contains mainly: red. Hex color #776C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776C62 is #88939D. Grayscale: #6E6E6E. Windows color (decimal): -8950686 or 6450295. OLE color: 6450295.

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

Color convert

RGB11910898-
CMYK00.090.180.53
HSL28.57º9.68%42.55%-
HSV(B)28.57º17.65%46.67%-
XYZ15.1715.5313.75-
YUV110.15121.14134.31-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.62%
GREEN value IS 108 (42.58% from 255) = 33.23%
BLUE value IS 98 (38.67% from 255) = 30.15%
R=36.62%
G=33.23%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191089800.090.180.5328.579.6842.55
Hex776C620912351da2b
Octal1671541420112265351253
Binary1110111110110011000100100110010110101111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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