#987A4B

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

Shades of Muesli #987A4B

Tints of Muesli #987A4B

Color information

#987A4B (or 0x987A4B) is unknown color: approx Muesli. HEX triplet: 98, 7A and 4B. RGB value is (152,122,75). Sum of RGB (Red+Green+Blue) = 152+122+75=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #987A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A4B is #6785B4. Grayscale: #7D7D7D. Windows color (decimal): -6784437 or 4946584. OLE color: 4946584.

HSL color Cylindrical-coordinate representation of color #987A4B: hue angle of 36.62º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #987A4B is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB15212275-
CMYK00.200.510.40
HSL36.62º33.92%44.51%-
HSV(B)36.62º50.66%59.61%-
XYZ21.1821.19.61-
YUV125.6199.44146.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.55%
GREEN value IS 122 (48.05% from 255) = 34.96%
BLUE value IS 75 (29.69% from 255) = 21.49%
R=43.55%
G=34.96%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521227500.200.510.4036.6233.9244.51
Hex987A4B014332825222d
Octal2301721130246350454255
Binary1001100011110101001011010100110011101000100101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987A4B; }

 p { color: rgb(152,122,75); }

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

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

 a { background-color: rgb(152,122,75); }

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

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

 span { border-color: rgb(152,122,75); }

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