#A77B4C

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

Shades of Muddy Waters #A77B4C

Tints of Muddy Waters #A77B4C

Color information

#A77B4C (or 0xA77B4C) is unknown color: approx Muddy Waters. HEX triplet: A7, 7B and 4C. RGB value is (167,123,76). Sum of RGB (Red+Green+Blue) = 167+123+76=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A77B4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77B4C is #5884B3. Grayscale: #838383. Windows color (decimal): -5801140 or 5012391. OLE color: 5012391.

HSL color Cylindrical-coordinate representation of color #A77B4C: hue angle of 30.99º 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 #A77B4C is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB16712376-
CMYK00.260.540.35
HSL30.99º37.45%47.65%-
HSV(B)30.99º54.49%65.49%-
XYZ24.3222.99.98-
YUV130.897.08153.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 45.63%
GREEN value IS 123 (48.44% from 255) = 33.61%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=45.63%
G=33.61%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671237600.260.540.3530.9937.4547.65
HexA77B4C01A36231f2530
Octal2471731140326643374560
Binary101001111111011100110001101011011010001111111100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77B4C; }

 p { color: rgb(167,123,76); }

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

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

 a { background-color: rgb(167,123,76); }

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

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

 span { border-color: rgb(167,123,76); }

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