#776E67

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

Shades of Sandstone #776E67

Tints of Sandstone #776E67

Color information

#776E67 (or 0x776E67) is unknown color: approx Sandstone. HEX triplet: 77, 6E and 67. RGB value is (119,110,103). Sum of RGB (Red+Green+Blue) = 119+110+103=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 119 - color contains mainly: red. Hex color #776E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #776E67 is #889198. Grayscale: #6F6F6F. Windows color (decimal): -8950169 or 6778487. OLE color: 6778487.

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

Color convert

RGB119110103-
CMYK00.080.130.53
HSL26.25º7.21%43.53%-
HSV(B)26.25º13.45%46.67%-
XYZ15.6316.0515.11-
YUV111.89122.98133.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.84%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=35.84%
G=33.13%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911010300.080.130.5326.257.2143.53
Hex776E6708D351a72c
Octal167156147010156532754
Binary11101111101110110011101000110111010111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,110,103); }

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

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

 a { background-color: rgb(119,110,103); }

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

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

 span { border-color: rgb(119,110,103); }

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