#77706C

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

Shades of Sandstone #77706C

Tints of Sandstone #77706C

Color information

#77706C (or 0x77706C) is unknown color: approx Sandstone. HEX triplet: 77, 70 and 6C. RGB value is (119,112,108). Sum of RGB (Red+Green+Blue) = 119+112+108=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 119 - color contains mainly: red. Hex color #77706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77706C is #888F93. Grayscale: #717171. Windows color (decimal): -8949652 or 7106679. OLE color: 7106679.

HSL color Cylindrical-coordinate representation of color #77706C: hue angle of 21.82º degrees, saturation: 0.05, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #77706C is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB119112108-
CMYK00.060.090.53
HSL21.82º4.85%44.51%-
HSV(B)21.82º9.24%46.67%-
XYZ16.1116.5916.54-
YUV113.64124.82131.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.10%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 108 (42.58% from 255) = 31.86%
R=35.10%
G=33.04%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911210800.060.090.5321.824.8544.51
Hex77706C069351652d
Octal16716015406116526555
Binary1110111111000011011000110100111010110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77706C; }

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

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

<style>
 a { background-color: #77706C; }

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

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

<style>
 span { border-color: #77706C; }

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

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