Html Css Color HEX #A77C4F Muddy Waters

📋 copy color: '#A77C4F'

red 167 ◦ green 124 ◦ blue 79

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

Shades of Muddy Waters #A77C4F

Tints of Muddy Waters #A77C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.35%

R = 45.14%
G = 33.51%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A77C4F (or 0xA77C4F) is known color: Muddy Waters. HEX triplet: A7, 7C and 4F. RGB value is (167,124,79). Sum of RGB (Red+Green+Blue) = 167+124+79=370 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.14% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77C4F is #5883B0. Grayscale: #838383. Windows color (decimal): -5800881 or 5209255. OLE color: 5209255.

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

Color convert

RGB 167 124 79 -
CMYK 0 0.26 0.53 0.35
HSL 30.68º 0.36% 0.48% -
HSV(B) 30.68º 0.53% 0.65% -
XYZ 24.56 23.2 10.58 -
YUV 131.73 98.25 153.16 -
System Red Green Blue C M Y K H S L
Decimal 167 124 79 0 0.26 0.53 0.35 30.68 0.36 0.48
Hex A7 7C 4F 0 1A 35 23 1F 24 30
Octal 247 174 117 0 32 65 43 37 44 60
Binary 10100111 1111100 1001111 0 11010 110101 100011 11111 100100 110000

Color Harmonies of #A77C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C4F

Black with #A77C4F

Text Example


Text Example

White with #A77C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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