Html Css Color HEX #977C50 Muesli

📋 copy color: '#977C50'

red 151 ◦ green 124 ◦ blue 80

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

Shades of Muesli #977C50

Tints of Muesli #977C50

RGB

 RED value IS 151 (59.38% from 255) = 42.54%

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

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

R = 42.54%
G = 34.93%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#977C50 (or 0x977C50) is known color: Muesli. HEX triplet: 97, 7C and 50. RGB value is (151,124,80). Sum of RGB (Red+Green+Blue) = 151+124+80=355 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.54% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 151 - color contains mainly: red. Hex color #977C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977C50 is #6883AF. Grayscale: #7F7F7F. Windows color (decimal): -6849456 or 5274775. OLE color: 5274775.

HSL color Cylindrical-coordinate representation of color #977C50: hue angle of 37.18º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #977C50 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 124 80 -
CMYK 0 0.18 0.47 0.41
HSL 37.18º 0.31% 0.45% -
HSV(B) 37.18º 0.47% 0.59% -
XYZ 21.42 21.57 10.62 -
YUV 127.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 151 124 80 0 0.18 0.47 0.41 37.18 0.31 0.45
Hex 97 7C 50 0 12 2F 29 25 1F 2D
Octal 227 174 120 0 22 57 51 45 37 55
Binary 10010111 1111100 1010000 0 10010 101111 101001 100101 11111 101101

Color Harmonies of #977C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977C50

Black with #977C50

Text Example


Text Example

White with #977C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977C50; }

 p { color: rgb(151,124,80); }

 H1.HeaderClassName
 {
   color: #977C50;
 }
 .AnyTagClassName
 {
   color: #977C50;
 }
</style>

background-color css

<style>
 a { background-color: #977C50; }

 a { background-color: rgb(151,124,80); }

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

border-color css

<style>
 span { border-color: #977C50; }

 span { border-color: rgb(151,124,80); }

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