#A77F55

Color #A77F55 Muddy Waters (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muddy Waters #A77F55

Tints of Muddy Waters #A77F55

Color information

#A77F55 (or 0xA77F55) is unknown color: approx Muddy Waters. HEX triplet: A7, 7F and 55. RGB value is (167,127,85). Sum of RGB (Red+Green+Blue) = 167+127+85=379 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.06% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F55 is #5880AA. Grayscale: #868686. Windows color (decimal): -5800107 or 5603239. OLE color: 5603239.

HSL color Cylindrical-coordinate representation of color #A77F55: hue angle of 30.73º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A77F55 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB16712785-
CMYK00.240.490.35
HSL30.73º32.54%49.41%-
HSV(B)30.73º49.1%65.49%-
XYZ25.1724.0511.91-
YUV134.17100.25151.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.06%
GREEN value IS 127 (50% from 255) = 33.51%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=44.06%
G=33.51%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671278500.240.490.3530.7332.5449.41
HexA77F5501831231f2131
Octal2471771250306143374161
Binary101001111111111101010101100011000110001111111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F55; }

 p { color: rgb(167,127,85); }

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

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

 a { background-color: rgb(167,127,85); }

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

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

 span { border-color: rgb(167,127,85); }

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