#987A4D

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

Shades of Muesli #987A4D

Tints of Muesli #987A4D

Color information

#987A4D (or 0x987A4D) is unknown color: approx Muesli. HEX triplet: 98, 7A and 4D. RGB value is (152,122,77). Sum of RGB (Red+Green+Blue) = 152+122+77=351 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.30% from 351); Green value is 122 (48.05% from 255 or 34.76% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 152 - color contains mainly: red. Hex color #987A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A4D is #6785B2. Grayscale: #7E7E7E. Windows color (decimal): -6784435 or 5077656. OLE color: 5077656.

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

Color convert

RGB15212277-
CMYK00.200.490.40
HSL36º32.75%44.9%-
HSV(B)36º49.34%59.61%-
XYZ21.2521.139.98-
YUV125.84100.44146.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.30%
GREEN value IS 122 (48.05% from 255) = 34.76%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=43.30%
G=34.76%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521227700.200.490.403632.7544.9
Hex987A4D014312824212d
Octal2301721150246150444155
Binary1001100011110101001101010100110001101000100100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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