Html Css Color HEX #987C4D Muesli

📋 copy color: '#987C4D'

red 152 ◦ green 124 ◦ blue 77

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

Shades of Muesli #987C4D

Tints of Muesli #987C4D

RGB

 RED value IS 152 (59.77% from 255) = 43.06%

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

 BLUE value IS 77 (30.47% from 255) = 21.81%

R = 43.06%
G = 35.13%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#987C4D (or 0x987C4D) is known color: Muesli. HEX triplet: 98, 7C and 4D. RGB value is (152,124,77). Sum of RGB (Red+Green+Blue) = 152+124+77=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #987C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C4D is #6783B2. Grayscale: #7F7F7F. Windows color (decimal): -6783923 or 5078168. OLE color: 5078168.

HSL color Cylindrical-coordinate representation of color #987C4D: hue angle of 37.6º 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 #987C4D is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 124 77 -
CMYK 0 0.18 0.49 0.40
HSL 37.6º 0.33% 0.45% -
HSV(B) 37.6º 0.49% 0.6% -
XYZ 21.5 21.63 10.06 -
YUV 127.01 99.78 145.82 -
System Red Green Blue C M Y K H S L
Decimal 152 124 77 0 0.18 0.49 0.40 37.6 0.33 0.45
Hex 98 7C 4D 0 12 31 28 26 21 2D
Octal 230 174 115 0 22 61 50 46 41 55
Binary 10011000 1111100 1001101 0 10010 110001 101000 100110 100001 101101

Color Harmonies of #987C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987C4D

Black with #987C4D

Text Example


Text Example

White with #987C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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