Html Css Color HEX #987A4A Muesli

📋 copy color: '#987A4A'

red 152 ◦ green 122 ◦ blue 74

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

Shades of Muesli #987A4A

Tints of Muesli #987A4A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.06%

 BLUE value IS 74 (29.3% from 255) = 21.26%

R = 43.68%
G = 35.06%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#987A4A (or 0x987A4A) is known color: Muesli. HEX triplet: 98, 7A and 4A. RGB value is (152,122,74). Sum of RGB (Red+Green+Blue) = 152+122+74=348 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.68% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 152 - color contains mainly: red. Hex color #987A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A4A is #6785B5. Grayscale: #7D7D7D. Windows color (decimal): -6784438 or 4881048. OLE color: 4881048.

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

Color convert

RGB 152 122 74 -
CMYK 0 0.20 0.51 0.40
HSL 36.92º 0.35% 0.44% -
HSV(B) 36.92º 0.51% 0.6% -
XYZ 21.14 21.09 9.43 -
YUV 125.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 152 122 74 0 0.20 0.51 0.40 36.92 0.35 0.44
Hex 98 7A 4A 0 14 33 28 25 23 2C
Octal 230 172 112 0 24 63 50 45 43 54
Binary 10011000 1111010 1001010 0 10100 110011 101000 100101 100011 101100

Color Harmonies of #987A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987A4A

Black with #987A4A

Text Example


Text Example

White with #987A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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