#977E40

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

Shades of Muesli #977E40

Tints of Muesli #977E40

Color information

#977E40 (or 0x977E40) is unknown color: approx Muesli. HEX triplet: 97, 7E and 40. RGB value is (151,126,64). Sum of RGB (Red+Green+Blue) = 151+126+64=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 126 (49.61% from 255 or 36.95% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #977E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977E40 is #6881BF. Grayscale: #7E7E7E. Windows color (decimal): -6848960 or 4226711. OLE color: 4226711.

HSL color Cylindrical-coordinate representation of color #977E40: hue angle of 42.76º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #977E40 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB15112664-
CMYK00.170.580.41
HSL42.76º40.47%42.16%-
HSV(B)42.76º57.62%59.22%-
XYZ21.1521.877.96-
YUV126.4192.78145.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 126 (49.61% from 255) = 36.95%
BLUE value IS 64 (25.39% from 255) = 18.77%
R=44.28%
G=36.95%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511266400.170.580.4142.7640.4742.16
Hex977E400113A292b282a
Octal2271761000217251535052
Binary1001011111111101000000010001111010101001101011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,126,64); }

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

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

 a { background-color: rgb(151,126,64); }

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

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

 span { border-color: rgb(151,126,64); }

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