Html Css Color HEX #977A4C Muesli

📋 copy color: '#977A4C'

red 151 ◦ green 122 ◦ blue 76

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

Shades of Muesli #977A4C

Tints of Muesli #977A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.78%

R = 43.27%
G = 34.96%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#977A4C (or 0x977A4C) is known color: Muesli. HEX triplet: 97, 7A and 4C. RGB value is (151,122,76). Sum of RGB (Red+Green+Blue) = 151+122+76=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #977A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A4C is #6885B3. Grayscale: #7D7D7D. Windows color (decimal): -6849972 or 5012119. OLE color: 5012119.

HSL color Cylindrical-coordinate representation of color #977A4C: hue angle of 36.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #977A4C is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 122 76 -
CMYK 0 0.19 0.50 0.41
HSL 36.8º 0.33% 0.45% -
HSV(B) 36.8º 0.5% 0.59% -
XYZ 21.03 21.02 9.79 -
YUV 125.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 151 122 76 0 0.19 0.50 0.41 36.8 0.33 0.45
Hex 97 7A 4C 0 13 32 29 25 21 2D
Octal 227 172 114 0 23 62 51 45 41 55
Binary 10010111 1111010 1001100 0 10011 110010 101001 100101 100001 101101

Color Harmonies of #977A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977A4C

Black with #977A4C

Text Example


Text Example

White with #977A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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