Html Css Color HEX #977B4D Muesli

📋 copy color: '#977B4D'

red 151 ◦ green 123 ◦ blue 77

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

Shades of Muesli #977B4D

Tints of Muesli #977B4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 43.02%
G = 35.04%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#977B4D (or 0x977B4D) is known color: Muesli. HEX triplet: 97, 7B and 4D. RGB value is (151,123,77). Sum of RGB (Red+Green+Blue) = 151+123+77=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 151 - color contains mainly: red. Hex color #977B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977B4D is #6884B2. Grayscale: #7E7E7E. Windows color (decimal): -6849715 or 5077911. OLE color: 5077911.

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

Color convert

RGB 151 123 77 -
CMYK 0 0.19 0.49 0.41
HSL 37.3º 0.32% 0.45% -
HSV(B) 37.3º 0.49% 0.59% -
XYZ 21.19 21.28 10.01 -
YUV 126.13 100.28 145.74 -
System Red Green Blue C M Y K H S L
Decimal 151 123 77 0 0.19 0.49 0.41 37.3 0.32 0.45
Hex 97 7B 4D 0 13 31 29 25 20 2D
Octal 227 173 115 0 23 61 51 45 40 55
Binary 10010111 1111011 1001101 0 10011 110001 101001 100101 100000 101101

Color Harmonies of #977B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B4D

Black with #977B4D

Text Example


Text Example

White with #977B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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