Html Css Color HEX #987F50 Muesli

📋 copy color: '#987F50'

red 152 ◦ green 127 ◦ blue 80

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

Shades of Muesli #987F50

Tints of Muesli #987F50

RGB

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

 GREEN value IS 127 (50% from 255) = 35.38%

 BLUE value IS 80 (31.64% from 255) = 22.28%

R = 42.34%
G = 35.38%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#987F50 (or 0x987F50) is known color: Muesli. HEX triplet: 98, 7F and 50. RGB value is (152,127,80). Sum of RGB (Red+Green+Blue) = 152+127+80=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #987F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F50 is #6780AF. Grayscale: #818181. Windows color (decimal): -6783152 or 5275544. OLE color: 5275544.

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

Color convert

RGB 152 127 80 -
CMYK 0 0.16 0.47 0.40
HSL 39.17º 0.31% 0.45% -
HSV(B) 39.17º 0.47% 0.6% -
XYZ 21.99 22.43 10.76 -
YUV 129.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 152 127 80 0 0.16 0.47 0.40 39.17 0.31 0.45
Hex 98 7F 50 0 10 2F 28 27 1F 2D
Octal 230 177 120 0 20 57 50 47 37 55
Binary 10011000 1111111 1010000 0 10000 101111 101000 100111 11111 101101

Color Harmonies of #987F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987F50

Black with #987F50

Text Example


Text Example

White with #987F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,127,80); }

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

background-color css

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

 a { background-color: rgb(152,127,80); }

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

border-color css

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

 span { border-color: rgb(152,127,80); }

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