Html Css Color HEX #977A48 Muesli

📋 copy color: '#977A48'

red 151 ◦ green 122 ◦ blue 72

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

Shades of Muesli #977A48

Tints of Muesli #977A48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 43.77%
G = 35.36%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#977A48 (or 0x977A48) is known color: Muesli. HEX triplet: 97, 7A and 48. RGB value is (151,122,72). Sum of RGB (Red+Green+Blue) = 151+122+72=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #977A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A48 is #6885B7. Grayscale: #7D7D7D. Windows color (decimal): -6849976 or 4749975. OLE color: 4749975.

HSL color Cylindrical-coordinate representation of color #977A48: hue angle of 37.97º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #977A48 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 122 72 -
CMYK 0 0.19 0.52 0.41
HSL 37.97º 0.35% 0.44% -
HSV(B) 37.97º 0.52% 0.59% -
XYZ 20.89 20.97 9.08 -
YUV 124.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 151 122 72 0 0.19 0.52 0.41 37.97 0.35 0.44
Hex 97 7A 48 0 13 34 29 26 23 2C
Octal 227 172 110 0 23 64 51 46 43 54
Binary 10010111 1111010 1001000 0 10011 110100 101001 100110 100011 101100

Color Harmonies of #977A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977A48

Black with #977A48

Text Example


Text Example

White with #977A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,122,72); }

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

background-color css

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

 a { background-color: rgb(151,122,72); }

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

border-color css

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

 span { border-color: rgb(151,122,72); }

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