Html Css Color HEX #A77C56 Muesli

📋 copy color: '#A77C56'

red 167 ◦ green 124 ◦ blue 86

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

Shades of Muesli #A77C56

Tints of Muesli #A77C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.81%

R = 44.3%
G = 32.89%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A77C56 (or 0xA77C56) is known color: Muesli. HEX triplet: A7, 7C and 56. RGB value is (167,124,86). Sum of RGB (Red+Green+Blue) = 167+124+86=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A77C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A77C56 is #5883A9. Grayscale: #848484. Windows color (decimal): -5800874 or 5668007. OLE color: 5668007.

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

Color convert

RGB 167 124 86 -
CMYK 0 0.26 0.49 0.35
HSL 28.15º 0.32% 0.5% -
HSV(B) 28.15º 0.49% 0.65% -
XYZ 24.82 23.3 11.99 -
YUV 132.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 167 124 86 0 0.26 0.49 0.35 28.15 0.32 0.5
Hex A7 7C 56 0 1A 31 23 1C 20 32
Octal 247 174 126 0 32 61 43 34 40 62
Binary 10100111 1111100 1010110 0 11010 110001 100011 11100 100000 110010

Color Harmonies of #A77C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77C56

Black with #A77C56

Text Example


Text Example

White with #A77C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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