#A7774B

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

Shades of Muesli #A7774B

Tints of Muesli #A7774B

Color information

#A7774B (or 0xA7774B) is unknown color: approx Muesli. HEX triplet: A7, 77 and 4B. RGB value is (167,119,75). Sum of RGB (Red+Green+Blue) = 167+119+75=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7774B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7774B is #5888B4. Grayscale: #808080. Windows color (decimal): -5802165 or 4945831. OLE color: 4945831.

HSL color Cylindrical-coordinate representation of color #A7774B: hue angle of 28.7º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A7774B is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16711975-
CMYK00.290.550.35
HSL28.7º38.02%47.45%-
HSV(B)28.7º55.09%65.49%-
XYZ23.821.929.63-
YUV128.3497.9155.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 119 (46.88% from 255) = 32.96%
BLUE value IS 75 (29.69% from 255) = 20.78%
R=46.26%
G=32.96%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671197500.290.550.3528.738.0247.45
HexA7774B01D37231d262f
Octal2471671130356743354657
Binary101001111110111100101101110111011110001111101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7774B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7774B; }

 p { color: rgb(167,119,75); }

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

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

 a { background-color: rgb(167,119,75); }

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

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

 span { border-color: rgb(167,119,75); }

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