#977A40

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

Shades of Muesli #977A40

Tints of Muesli #977A40

Color information

#977A40 (or 0x977A40) is unknown color: approx Muesli. HEX triplet: 97, 7A and 40. RGB value is (151,122,64). Sum of RGB (Red+Green+Blue) = 151+122+64=337 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.81% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 64 (25.39% from 255 or 18.99% from 337); Max value from RGB is 151 - color contains mainly: red. Hex color #977A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A40 is #6885BF. Grayscale: #7C7C7C. Windows color (decimal): -6849984 or 4225687. OLE color: 4225687.

HSL color Cylindrical-coordinate representation of color #977A40: hue angle of 40º 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 #977A40 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB15112264-
CMYK00.190.580.41
HSL40º40.47%42.16%-
HSV(B)40º57.62%59.22%-
XYZ20.6520.877.79-
YUV124.0694.11147.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.81%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 64 (25.39% from 255) = 18.99%
R=44.81%
G=36.20%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511226400.190.580.414040.4742.16
Hex977A400133A2928282a
Octal2271721000237251505052
Binary1001011111110101000000010011111010101001101000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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