Html Css Color HEX #A77C44 Muddy Waters

📋 copy color: '#A77C44'

red 167 ◦ green 124 ◦ blue 68

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

Shades of Muddy Waters #A77C44

Tints of Muddy Waters #A77C44

RGB

 RED value IS 167 (65.63% from 255) = 46.52%

 GREEN value IS 124 (48.83% from 255) = 34.54%

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 46.52%
G = 34.54%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A77C44 (or 0xA77C44) is known color: Muddy Waters. HEX triplet: A7, 7C and 44. RGB value is (167,124,68). Sum of RGB (Red+Green+Blue) = 167+124+68=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A77C44 is #5883BB. Grayscale: #828282. Windows color (decimal): -5800892 or 4488359. OLE color: 4488359.

HSL color Cylindrical-coordinate representation of color #A77C44: hue angle of 33.94º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A77C44 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 124 68 -
CMYK 0 0.26 0.59 0.35
HSL 33.94º 0.42% 0.46% -
HSV(B) 33.94º 0.59% 0.65% -
XYZ 24.19 23.05 8.64 -
YUV 130.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 167 124 68 0 0.26 0.59 0.35 33.94 0.42 0.46
Hex A7 7C 44 0 1A 3B 23 22 2A 2E
Octal 247 174 104 0 32 73 43 42 52 56
Binary 10100111 1111100 1000100 0 11010 111011 100011 100010 101010 101110

Color Harmonies of #A77C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C44

Black with #A77C44

Text Example


Text Example

White with #A77C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C44; }

 p { color: rgb(167,124,68); }

 H1.HeaderClassName
 {
   color: #A77C44;
 }
 .AnyTagClassName
 {
   color: #A77C44;
 }
</style>

background-color css

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

 a { background-color: rgb(167,124,68); }

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

border-color css

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

 span { border-color: rgb(167,124,68); }

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