Html Css Color HEX #987B4A Muesli

📋 copy color: '#987B4A'

red 152 ◦ green 123 ◦ blue 74

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

Shades of Muesli #987B4A

Tints of Muesli #987B4A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 35.24%

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

R = 43.55%
G = 35.24%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#987B4A (or 0x987B4A) is known color: Muesli. HEX triplet: 98, 7B and 4A. RGB value is (152,123,74). Sum of RGB (Red+Green+Blue) = 152+123+74=349 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.55% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 74 (29.30% from 255 or 21.20% from 349); Max value from RGB is 152 - color contains mainly: red. Hex color #987B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B4A is #6784B5. Grayscale: #7E7E7E. Windows color (decimal): -6784182 or 4881304. OLE color: 4881304.

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

Color convert

RGB 152 123 74 -
CMYK 0 0.19 0.51 0.40
HSL 37.69º 0.35% 0.44% -
HSV(B) 37.69º 0.51% 0.6% -
XYZ 21.27 21.34 9.48 -
YUV 126.09 98.61 146.48 -
System Red Green Blue C M Y K H S L
Decimal 152 123 74 0 0.19 0.51 0.40 37.69 0.35 0.44
Hex 98 7B 4A 0 13 33 28 26 23 2C
Octal 230 173 112 0 23 63 50 46 43 54
Binary 10011000 1111011 1001010 0 10011 110011 101000 100110 100011 101100

Color Harmonies of #987B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987B4A

Black with #987B4A

Text Example


Text Example

White with #987B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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