Html Css Color HEX #977B4A Muesli

📋 copy color: '#977B4A'

red 151 ◦ green 123 ◦ blue 74

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

Shades of Muesli #977B4A

Tints of Muesli #977B4A

RGB

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

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

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

R = 43.39%
G = 35.34%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.41

RGB Variations

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

Color information

#977B4A (or 0x977B4A) is known color: Muesli. HEX triplet: 97, 7B and 4A. RGB value is (151,123,74). Sum of RGB (Red+Green+Blue) = 151+123+74=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #977B4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977B4A is #6884B5. Grayscale: #7E7E7E. Windows color (decimal): -6849718 or 4881303. OLE color: 4881303.

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

Color convert

RGB 151 123 74 -
CMYK 0 0.19 0.51 0.41
HSL 38.18º 0.34% 0.44% -
HSV(B) 38.18º 0.51% 0.59% -
XYZ 21.08 21.24 9.47 -
YUV 125.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 151 123 74 0 0.19 0.51 0.41 38.18 0.34 0.44
Hex 97 7B 4A 0 13 33 29 26 22 2C
Octal 227 173 112 0 23 63 51 46 42 54
Binary 10010111 1111011 1001010 0 10011 110011 101001 100110 100010 101100

Color Harmonies of #977B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B4A

Black with #977B4A

Text Example


Text Example

White with #977B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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