#977F56

Color #977F56 Muesli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Muesli #977F56

Tints of Muesli #977F56

Color information

#977F56 (or 0x977F56) is unknown color: approx Muesli. HEX triplet: 97, 7F and 56. RGB value is (151,127,86). Sum of RGB (Red+Green+Blue) = 151+127+86=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #977F56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F56 is #6880A9. Grayscale: #818181. Windows color (decimal): -6848682 or 5668759. OLE color: 5668759.

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

Color convert

RGB15112786-
CMYK00.160.430.41
HSL37.85º27.43%46.47%-
HSV(B)37.85º43.05%59.22%-
XYZ22.0322.4311.97-
YUV129.5103.45143.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.48%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 86 (33.98% from 255) = 23.63%
R=41.48%
G=34.89%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511278600.160.430.4137.8527.4346.47
Hex977F560102B29261b2e
Octal2271771260205351463356
Binary100101111111111101011001000010101110100110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #977F56;
 }
 .AnyTagClassName
 {
   color: #977F56;
 }
</style>
background-color css

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

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

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

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

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

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