#77716C

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

Shades of Sandstone #77716C

Tints of Sandstone #77716C

Color information

#77716C (or 0x77716C) is unknown color: approx Sandstone. HEX triplet: 77, 71 and 6C. RGB value is (119,113,108). Sum of RGB (Red+Green+Blue) = 119+113+108=340 (45% of max value = 765). Red value is 119 (46.88% from 255 or 35% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 119 - color contains mainly: red. Hex color #77716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77716C is #888E93. Grayscale: #727272. Windows color (decimal): -8949396 or 7106935. OLE color: 7106935.

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

Color convert

RGB119113108-
CMYK00.050.090.53
HSL27.27º4.85%44.51%-
HSV(B)27.27º9.24%46.67%-
XYZ16.2216.8116.58-
YUV114.22124.49131.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=35%
G=33.24%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11911310800.050.090.5327.274.8544.51
Hex77716C059351b52d
Octal16716115405116533555
Binary1110111111000111011000101100111010111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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