#776B61

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

Shades of Sandstone #776B61

Tints of Sandstone #776B61

Color information

#776B61 (or 0x776B61) is unknown color: approx Sandstone. HEX triplet: 77, 6B and 61. RGB value is (119,107,97). Sum of RGB (Red+Green+Blue) = 119+107+97=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 107 (42.19% from 255 or 33.13% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 119 - color contains mainly: red. Hex color #776B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776B61 is #88949E. Grayscale: #6D6D6D. Windows color (decimal): -8950943 or 6384503. OLE color: 6384503.

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

Color convert

RGB11910797-
CMYK00.100.180.53
HSL27.27º10.19%42.35%-
HSV(B)27.27º18.49%46.67%-
XYZ15.0215.313.47-
YUV109.45120.98134.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.84%
GREEN value IS 107 (42.19% from 255) = 33.13%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=36.84%
G=33.13%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191079700.100.180.5327.2710.1942.35
Hex776B610A12351ba2a
Octal1671531410122265331252
Binary1110111110101111000010101010010110101110111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,97); }

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

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

 a { background-color: rgb(119,107,97); }

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

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

 span { border-color: rgb(119,107,97); }

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