#A77F4D

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

Shades of Muddy Waters #A77F4D

Tints of Muddy Waters #A77F4D

Color information

#A77F4D (or 0xA77F4D) is unknown color: approx Muddy Waters. HEX triplet: A7, 7F and 4D. RGB value is (167,127,77). Sum of RGB (Red+Green+Blue) = 167+127+77=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A77F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77F4D is #5880B2. Grayscale: #858585. Windows color (decimal): -5800115 or 5078951. OLE color: 5078951.

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

Color convert

RGB16712777-
CMYK00.240.540.35
HSL33.33º36.89%47.84%-
HSV(B)33.33º53.89%65.49%-
XYZ24.8723.9310.33-
YUV133.2696.25152.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.01%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=45.01%
G=34.23%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671277700.240.540.3533.3336.8947.84
HexA77F4D0183623212530
Octal2471771150306643414560
Binary1010011111111111001101011000110110100011100001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77F4D; }

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

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

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

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

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

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

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

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