Html Css Color HEX #A77F55 Muddy Waters

📋 copy color: '#A77F55'

red 167 ◦ green 127 ◦ blue 85

#A77F55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Muddy Waters #A77F55

Tints of Muddy Waters #A77F55

RGB

 RED value IS 167 (65.63% 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 value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A77F55 (or 0xA77F55) is known color: 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

RGB 167 127 85 -
CMYK 0 0.24 0.49 0.35
HSL 30.73º 0.33% 0.49% -
HSV(B) 30.73º 0.49% 0.65% -
XYZ 25.17 24.05 11.91 -
YUV 134.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 167 127 85 0 0.24 0.49 0.35 30.73 0.33 0.49
Hex A7 7F 55 0 18 31 23 1F 21 31
Octal 247 177 125 0 30 61 43 37 41 61
Binary 10100111 1111111 1010101 0 11000 110001 100011 11111 100001 110001

Color Harmonies of #A77F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77F55

Black with #A77F55

Text Example


Text Example

White with #A77F55

Text Example


Text Example

HTML Codes & Css Web 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>