Html Css Color HEX #977F55 Muesli

📋 copy color: '#977F55'

red 151 ◦ green 127 ◦ blue 85

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

Shades of Muesli #977F55

Tints of Muesli #977F55

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 85 (33.59% from 255) = 23.42%

R = 41.6%
G = 34.99%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#977F55 (or 0x977F55) is known color: Muesli. HEX triplet: 97, 7F and 55. RGB value is (151,127,85). Sum of RGB (Red+Green+Blue) = 151+127+85=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #977F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F55 is #6880AA. Grayscale: #818181. Windows color (decimal): -6848683 or 5603223. OLE color: 5603223.

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

Color convert

RGB 151 127 85 -
CMYK 0 0.16 0.44 0.41
HSL 38.18º 0.28% 0.46% -
HSV(B) 38.18º 0.44% 0.59% -
XYZ 21.99 22.41 11.76 -
YUV 129.39 102.95 143.42 -
System Red Green Blue C M Y K H S L
Decimal 151 127 85 0 0.16 0.44 0.41 38.18 0.28 0.46
Hex 97 7F 55 0 10 2C 29 26 1C 2E
Octal 227 177 125 0 20 54 51 46 34 56
Binary 10010111 1111111 1010101 0 10000 101100 101001 100110 11100 101110

Color Harmonies of #977F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F55

Black with #977F55

Text Example


Text Example

White with #977F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,127,85); }

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

background-color css

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

 a { background-color: rgb(151,127,85); }

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

border-color css

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

 span { border-color: rgb(151,127,85); }

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